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
FacesConverter
qualifier.- 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.Literal
INSTANCE
Instance of theFacesConverter
qualifier.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
forClass()
boolean
managed()
static FacesConverter.Literal
of(String value, Class forClass, boolean managed)
String
value()
-
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 theFacesConverter
qualifier.
-
-
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()
-
-