Module org.omnifaces
Package org.omnifaces.cdi.param
Class DynamicParamValueProducer.DefaultParamAnnotationLiteral
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Param>
org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- All Implemented Interfaces:
Annotation
- Enclosing class:
- DynamicParamValueProducer
public static class DynamicParamValueProducer.DefaultParamAnnotationLiteral
extends AnnotationLiteral<Param>
implements Param
AnnotationLiteral
for Param
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Constructor Details
-
DefaultParamAnnotationLiteral
public DefaultParamAnnotationLiteral()
-
-
Method Details
-
name
-
pathIndex
public int pathIndex() -
label
-
converter
-
required
public boolean required() -
validators
-
converterClass
-
validatorClasses
-
converterAttributes
-
validatorAttributes
-
converterMessage
-
validatorMessage
-
requiredMessage
-
disableBeanValidation
public boolean disableBeanValidation() -
overrideGlobalBeanValidationDisabled
public boolean overrideGlobalBeanValidationDisabled() -
globalMessage
public boolean globalMessage()
-