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.FacesValidatorFacesValidator.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static FacesValidator.LiteralINSTANCEInstance of theFacesValidatorqualifier.
 - 
Method SummaryAll 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.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final FacesValidator.Literal INSTANCE Instance of theFacesValidatorqualifier.
 
- 
 - 
Method Detail- 
ofpublic static FacesValidator.Literal of(String value, boolean isDefault, boolean managed) 
 - 
valuepublic String value() 
 - 
isDefaultpublic boolean isDefault() 
 - 
managedpublic boolean managed() 
 
- 
 
-