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