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
AnnotationLiteralforParam.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultParamAnnotationLiteral() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringconverter()Attribute[]converterAttributes()Class<? extends Converter>converterClass()StringconverterMessage()booleandisableBeanValidation()booleanglobalMessage()Stringlabel()Stringname()booleanoverrideGlobalBeanValidationDisabled()intpathIndex()booleanrequired()StringrequiredMessage()Attribute[]validatorAttributes()Class<? extends Validator>[]validatorClasses()StringvalidatorMessage()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()
 
 - 
 
 -