Package jakarta.faces.validator
Class FacesValidator.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<FacesValidator>
 - 
- jakarta.faces.validator.FacesValidator.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - FacesValidator
 
public static final class FacesValidator.Literal extends AnnotationLiteral<FacesValidator> implements FacesValidator
Supports inline instantiation of the
FacesValidatorqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.validator.FacesValidator
FacesValidator.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static FacesValidator.LiteralINSTANCEInstance of theFacesValidatorqualifier. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDefault()booleanmanaged()static FacesValidator.Literalof(String value, boolean isDefault, 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 FacesValidator.Literal INSTANCE
Instance of theFacesValidatorqualifier. 
 - 
 
- 
Method Detail
- 
of
public static FacesValidator.Literal of(String value, boolean isDefault, boolean managed)
 
- 
value
public String value()
 
- 
isDefault
public boolean isDefault()
 
- 
managed
public boolean managed()
 
 - 
 
 -