public class PropertyDescriptorImpl extends ElementDescriptorImpl implements PropertyDescriptor
ElementDescriptor.ConstraintFinder| Constructor and Description |
|---|
PropertyDescriptorImpl(Type returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions) |
| Modifier and Type | Method and Description |
|---|---|
Set<GroupConversionDescriptor> |
getGroupConversions() |
String |
getPropertyName() |
boolean |
isCascaded() |
String |
toString() |
findConstraints, getConstraintDescriptors, getElementClass, hasConstraintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindConstraints, getConstraintDescriptors, getElementClass, hasConstraintspublic PropertyDescriptorImpl(Type returnType, String propertyName, Set<ConstraintDescriptorImpl<?>> constraints, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
public boolean isCascaded()
isCascaded in interface CascadableDescriptorpublic Set<GroupConversionDescriptor> getGroupConversions()
getGroupConversions in interface CascadableDescriptorpublic String getPropertyName()
getPropertyName in interface PropertyDescriptorCopyright © 2007-2014 Red Hat, Inc. All Rights Reserved