Package jakarta.faces.convert
Annotation Type FacesConverter
@Retention(RUNTIME)
@Target({TYPE,FIELD,METHOD,PARAMETER})
@Inherited
@Qualifier
public @interface FacesConverter
- Since:
- 2.0
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
forClass
Class forClassThis attribute is an alternative for providing the <converter-for-class> element in XML.- Returns:
- The class this converter must be registered for.
- Default:
- java.lang.Object.class
-
value
String valueThe converter id. Alternative for providing the <converter-id> element in XML.- Returns:
- Default:
- ""
-
managed
boolean managed- Default:
- false
-