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
See Also:
  • Constructor Details

    • DefaultParamAnnotationLiteral

      public DefaultParamAnnotationLiteral()
  • Method Details

    • name

      public String name()
    • pathIndex

      public int pathIndex()
    • label

      public String label()
    • converter

      public String converter()
    • required

      public boolean required()
    • validators

      public String[] validators()
    • converterClass

      public Class<? extends Converter> converterClass()
    • validatorClasses

      public Class<? extends Validator>[] validatorClasses()
    • 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()