Package jakarta.faces.convert
Class FacesConverter.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<FacesConverter>
 - 
- jakarta.faces.convert.FacesConverter.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - FacesConverter
 
public static final class FacesConverter.Literal extends AnnotationLiteral<FacesConverter> implements FacesConverter
Supports inline instantiation of the
FacesConverterqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.convert.FacesConverter
FacesConverter.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static FacesConverter.LiteralINSTANCEInstance of theFacesConverterqualifier. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassforClass()booleanmanaged()static FacesConverter.Literalof(String value, Class forClass, boolean managed)Stringvalue()- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final FacesConverter.Literal INSTANCE
Instance of theFacesConverterqualifier. 
 - 
 
- 
Method Detail
- 
of
public static FacesConverter.Literal of(String value, Class forClass, boolean managed)
 
- 
value
public String value()
 
- 
forClass
public Class forClass()
 
- 
managed
public boolean managed()
 
 - 
 
 -