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
forParam
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultParamAnnotationLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
converter()
Attribute[]
converterAttributes()
Class<? extends Converter>
converterClass()
String
converterMessage()
boolean
disableBeanValidation()
boolean
globalMessage()
String
label()
String
name()
boolean
overrideGlobalBeanValidationDisabled()
int
pathIndex()
boolean
required()
String
requiredMessage()
Attribute[]
validatorAttributes()
Class<? extends Validator>[]
validatorClasses()
String
validatorMessage()
String[]
validators()
-
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
-
-
-
-
Method Detail
-
name
public String name()
-
pathIndex
public int pathIndex()
-
label
public String label()
-
converter
public String converter()
-
required
public boolean required()
-
validators
public String[] validators()
-
converterAttributes
public Attribute[] converterAttributes()
-
validatorAttributes
public Attribute[] validatorAttributes()
-
converterMessage
public String converterMessage()
-
validatorMessage
public String validatorMessage()
-
requiredMessage
public String requiredMessage()
-
disableBeanValidation
public boolean disableBeanValidation()
-
overrideGlobalBeanValidationDisabled
public boolean overrideGlobalBeanValidationDisabled()
-
globalMessage
public boolean globalMessage()
-
-