Uses of Class
org.hibernate.validator.internal.metadata.raw.ConfigurationSource
-
Packages that use ConfigurationSource Package Description org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. -
-
Uses of ConfigurationSource in org.hibernate.validator.internal.metadata.raw
Fields in org.hibernate.validator.internal.metadata.raw declared as ConfigurationSource Modifier and Type Field Description protected ConfigurationSourceAbstractConstrainedElement. sourceMethods in org.hibernate.validator.internal.metadata.raw that return ConfigurationSource Modifier and Type Method Description ConfigurationSourceAbstractConstrainedElement. getSource()ConfigurationSourceBeanConfiguration. getSource()ConfigurationSourceConstrainedElement. getSource()Returns the configuration source contributing this constrained element.static ConfigurationSourceConfigurationSource. max(ConfigurationSource a, ConfigurationSource b)Returns that configuration source from the given two sources, which has the higher priority.static ConfigurationSourceConfigurationSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationSource[]ConfigurationSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.validator.internal.metadata.raw with parameters of type ConfigurationSource Modifier and Type Method Description static ConfigurationSourceConfigurationSource. max(ConfigurationSource a, ConfigurationSource b)Returns that configuration source from the given two sources, which has the higher priority.Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type ConfigurationSource Constructor Description AbstractConstrainedElement(ConfigurationSource source, ConstrainedElement.ConstrainedElementKind kind, Set<MetaConstraint<?>> constraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder)BeanConfiguration(ConfigurationSource source, Class<T> beanClass, Set<? extends ConstrainedElement> constrainedElements, List<Class<?>> defaultGroupSequence, DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider)Creates a new bean configuration.ConstrainedExecutable(ConfigurationSource source, Callable callable, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> crossParameterConstraints, Set<MetaConstraint<?>> returnValueConstraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder)Creates a new executable meta data object.ConstrainedExecutable(ConfigurationSource source, Callable callable, Set<MetaConstraint<?>> returnValueConstraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder)Creates a new executable meta data object for a parameter-less executable.ConstrainedField(ConfigurationSource source, Field field, Set<MetaConstraint<?>> constraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder)Creates a new field meta data object.ConstrainedParameter(ConfigurationSource source, Callable callable, Type type, int index)ConstrainedParameter(ConfigurationSource source, Callable callable, Type type, int index, Set<MetaConstraint<?>> constraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder)Creates a new parameter meta data object.ConstrainedType(ConfigurationSource source, Class<?> beanClass, Set<MetaConstraint<?>> constraints)Creates a new type meta data object.
-