Uses of Class
org.hibernate.validator.internal.util.stereotypes.Immutable
-
Packages that use Immutable Package Description org.hibernate.validator.internal.engine.valueextraction 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 Immutable in org.hibernate.validator.internal.engine.valueextraction
Fields in org.hibernate.validator.internal.engine.valueextraction with annotations of type Immutable Modifier and Type Field Description static Set<ValueExtractorDescriptor>ValueExtractorManager. SPEC_DEFINED_EXTRACTORS -
Uses of Immutable in org.hibernate.validator.internal.metadata.raw
Fields in org.hibernate.validator.internal.metadata.raw with annotations of type Immutable Modifier and Type Field Description protected Set<MetaConstraint<?>>AbstractConstrainedElement. constraintsprotected Set<MetaConstraint<?>>AbstractConstrainedElement. typeArgumentConstraints
-