Package jakarta.faces.convert
Annotation Type FacesConverter
- 
 @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) @Inherited @Qualifier public @interface FacesConverter - Since:
- 2.0
 
- 
- 
Element Detail- 
forClassClass forClass This 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
 
 
- 
 - 
- 
valueString value The converter id. Alternative for providing the <converter-id> element in XML.- Returns:
 - Default:
- ""
 
 
- 
 
-