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