org.hibernate.validator.internal.metadata.descriptor
Class PropertyDescriptorImpl
java.lang.Object
org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
- All Implemented Interfaces:
- Serializable, CascadableDescriptor, ElementDescriptor, PropertyDescriptor
public class PropertyDescriptorImpl
- extends ElementDescriptorImpl
- implements PropertyDescriptor
Describes a validated property.
- Author:
- Emmanuel Bernard, Hardy Ferentschik
- See Also:
- Serialized Form
PropertyDescriptorImpl
public PropertyDescriptorImpl(Type returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions)
isCascaded
public boolean isCascaded()
- Specified by:
isCascaded in interface CascadableDescriptor
getGroupConversions
public Set<GroupConversionDescriptor> getGroupConversions()
- Specified by:
getGroupConversions in interface CascadableDescriptor
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName in interface PropertyDescriptor
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved