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 jakarta.enterprise.util.AnnotationLiteral<FacesConverter> implements FacesConverter - Since:
- 4.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.enterprise.util.AnnotationLiteraljakarta.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject
 - 
Nested classes/interfaces inherited from class jakarta.faces.convert.FacesConverterFacesConverter.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static FacesConverter.LiteralINSTANCE
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ClassforClass()inthashCode()booleanmanaged()static FacesConverter.Literalof(String value, Class forClass, boolean managed)Stringvalue()- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final FacesConverter.Literal INSTANCE 
 
- 
 - 
Method Detail- 
ofpublic static FacesConverter.Literal of(String value, Class forClass, boolean managed) 
 - 
valuepublic String value() 
 - 
forClasspublic Class forClass() 
 - 
managedpublic boolean managed() 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- Annotation
- Overrides:
- hashCodein class- jakarta.enterprise.util.AnnotationLiteral<FacesConverter>
 
 - 
equalspublic boolean equals(Object obj) - Specified by:
- equalsin interface- Annotation
- Overrides:
- equalsin class- jakarta.enterprise.util.AnnotationLiteral<FacesConverter>
 
 
- 
 
-