Uses of Enum
org.hibernate.validator.internal.metadata.raw.ConfigurationSource
Packages that use ConfigurationSource
Package
Description
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 ConfigurationSourceModifier and TypeFieldDescriptionprotected final ConfigurationSource
AbstractConstrainedElement.source
Methods in org.hibernate.validator.internal.metadata.raw that return ConfigurationSourceModifier and TypeMethodDescriptionAbstractConstrainedElement.getSource()
BeanConfiguration.getSource()
ConstrainedElement.getSource()
Returns the configuration source contributing this constrained element.static ConfigurationSource
ConfigurationSource.max
(ConfigurationSource a, ConfigurationSource b) Returns that configuration source from the given two sources, which has the higher priority.static ConfigurationSource
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 ConfigurationSourceModifier and TypeMethodDescriptionstatic ConfigurationSource
ConfigurationSource.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 ConfigurationSourceModifierConstructorDescriptionAbstractConstrainedElement
(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.