Class AbstractBaseConfigurationState

  • All Implemented Interfaces:
    javax.validation.spi.ConfigurationState
    Direct Known Subclasses:
    GwtConfigurationState

    public abstract class AbstractBaseConfigurationState
    extends Object
    implements javax.validation.spi.ConfigurationState
    Base GWT implementation of ConfigurationState.
    • Constructor Detail

      • AbstractBaseConfigurationState

        public AbstractBaseConfigurationState​(javax.validation.ConstraintValidatorFactory constraintValidatorFactory,
                                              javax.validation.MessageInterpolator messageInterpolator,
                                              Map<String,​String> properties,
                                              javax.validation.TraversableResolver traversableResolver)
        constructor.
        Parameters:
        constraintValidatorFactory - constraint validator factory
        messageInterpolator - message interpolator
        properties - map with properties
        traversableResolver - traversable resolver
    • Method Detail

      • getConstraintValidatorFactory

        public javax.validation.ConstraintValidatorFactory getConstraintValidatorFactory()
        Specified by:
        getConstraintValidatorFactory in interface javax.validation.spi.ConfigurationState
      • getMessageInterpolator

        public javax.validation.MessageInterpolator getMessageInterpolator()
        Specified by:
        getMessageInterpolator in interface javax.validation.spi.ConfigurationState
      • getProperties

        public Map<String,​String> getProperties()
        Specified by:
        getProperties in interface javax.validation.spi.ConfigurationState
      • getTraversableResolver

        public javax.validation.TraversableResolver getTraversableResolver()
        Specified by:
        getTraversableResolver in interface javax.validation.spi.ConfigurationState
      • isIgnoreXmlConfiguration

        public boolean isIgnoreXmlConfiguration()
        Specified by:
        isIgnoreXmlConfiguration in interface javax.validation.spi.ConfigurationState
      • getParameterNameProvider

        public javax.validation.ParameterNameProvider getParameterNameProvider()
        Specified by:
        getParameterNameProvider in interface javax.validation.spi.ConfigurationState