Table of Contents

About

Converters are used to convert data that is received from the input components.

JSF converters convert Java objects to strings and back.

@FacesConverter

The @FacesConverter annotation was introduced in JSF 2.0 and it serves to mark the annotated class as a JSF converter.

You can create an inner class annotated with the @FacesConverter annotation to implement a converter.

Documentation / Reference