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 jakarta.enterprise.util.AnnotationLiteral<FacesValidator> implements FacesValidator - 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.validator.FacesValidatorFacesValidator.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static FacesValidator.LiteralINSTANCE
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanisDefault()booleanmanaged()static FacesValidator.Literalof(String value, boolean isDefault, 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 FacesValidator.Literal INSTANCE 
 
- 
 - 
Method Detail- 
ofpublic static FacesValidator.Literal of(String value, boolean isDefault, boolean managed) 
 - 
valuepublic String value() 
 - 
isDefaultpublic boolean isDefault() 
 - 
managedpublic boolean managed() 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- Annotation
- Overrides:
- hashCodein class- jakarta.enterprise.util.AnnotationLiteral<FacesValidator>
 
 - 
equalspublic boolean equals(Object obj) - Specified by:
- equalsin interface- Annotation
- Overrides:
- equalsin class- jakarta.enterprise.util.AnnotationLiteral<FacesValidator>
 
 
- 
 
-