Package jakarta.faces.model
Class FacesDataModel.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<FacesDataModel>
 - 
- jakarta.faces.model.FacesDataModel.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - FacesDataModel
 
public static final class FacesDataModel.Literal extends AnnotationLiteral<FacesDataModel> implements FacesDataModel
Supports inline instantiation of the
FacesDataModelqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.model.FacesDataModel
FacesDataModel.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static FacesDataModel.LiteralINSTANCEInstance of theFacesDataModelqualifier. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>forClass()static FacesDataModel.Literalof(Class<?> forClass)- 
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 FacesDataModel.Literal INSTANCE
Instance of theFacesDataModelqualifier. 
 - 
 
- 
Method Detail
- 
of
public static FacesDataModel.Literal of(Class<?> forClass)
 
- 
forClass
public Class<?> forClass()
 
 - 
 
 -