org.hibernate.validator.internal.metadata.descriptor
Class ReturnValueDescriptorImpl
java.lang.Object
org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
- All Implemented Interfaces:
- Serializable, ElementDescriptor, ReturnValueDescriptor
public class ReturnValueDescriptorImpl
- extends ElementDescriptorImpl
- implements ReturnValueDescriptor
- Author:
- Hardy Ferentschik
- See Also:
- Serialized Form
ReturnValueDescriptorImpl
public ReturnValueDescriptorImpl(Type returnType,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
isCascaded
public boolean isCascaded()
- Specified by:
isCascaded in interface ReturnValueDescriptor
getKind
public ElementDescriptor.Kind getKind()
- Specified by:
getKind in interface ElementDescriptor- Specified by:
getKind in class ElementDescriptorImpl
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved