Class PropertyDescriptorImpl
java.lang.Object
org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
- All Implemented Interfaces:
CascadableDescriptor,ContainerDescriptor,ElementDescriptor,PropertyDescriptor,Serializable
Describes a validated property.
- Author:
- Emmanuel Bernard, Hardy Ferentschik, Guillaume Smet
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.validation.metadata.ElementDescriptor
ElementDescriptor.ConstraintFinder -
Constructor Summary
ConstructorsConstructorDescriptionPropertyDescriptorImpl(Type returnType, String propertyName, Set<ConstraintDescriptorImpl<?>> constraints, Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions) -
Method Summary
Methods inherited from class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
findConstraints, getConstraintDescriptors, getElementClass, hasConstraintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
-
Constructor Details
-
PropertyDescriptorImpl
public PropertyDescriptorImpl(Type returnType, String propertyName, Set<ConstraintDescriptorImpl<?>> constraints, Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
-
-
Method Details
-
getPropertyName
- Specified by:
getPropertyNamein interfacePropertyDescriptor
-
getConstrainedContainerElementTypes
- Specified by:
getConstrainedContainerElementTypesin interfaceContainerDescriptor
-
isCascaded
public boolean isCascaded()- Specified by:
isCascadedin interfaceCascadableDescriptor
-
getGroupConversions
- Specified by:
getGroupConversionsin interfaceCascadableDescriptor
-
toString
-