org.hibernate.validator.internal.metadata.descriptor
Class ReturnValueDescriptorImpl

java.lang.Object
  extended by org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
      extended by org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
All Implemented Interfaces:
Serializable, CascadableDescriptor, ElementDescriptor, ReturnValueDescriptor

public class ReturnValueDescriptorImpl
extends ElementDescriptorImpl
implements ReturnValueDescriptor

Author:
Hardy Ferentschik
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor
ElementDescriptor.ConstraintFinder
 
Constructor Summary
ReturnValueDescriptorImpl(Type returnType, Set<ConstraintDescriptorImpl<?>> returnValueConstraints, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
           
 
Method Summary
 Set<GroupConversionDescriptor> getGroupConversions()
           
 boolean isCascaded()
           
 String toString()
           
 
Methods inherited from class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
 

Constructor Detail

ReturnValueDescriptorImpl

public ReturnValueDescriptorImpl(Type returnType,
                                 Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
                                 boolean cascaded,
                                 boolean defaultGroupSequenceRedefined,
                                 List<Class<?>> defaultGroupSequence,
                                 Set<GroupConversionDescriptor> groupConversions)
Method Detail

isCascaded

public boolean isCascaded()
Specified by:
isCascaded in interface CascadableDescriptor

getGroupConversions

public Set<GroupConversionDescriptor> getGroupConversions()
Specified by:
getGroupConversions in interface CascadableDescriptor

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved