public class ReturnValueMetaData extends AbstractConstraintMetaData implements Validatable, Cascadable
Constructor and Description |
---|
ReturnValueMetaData(Type type,
Set<MetaConstraint<?>> constraints,
boolean isCascading,
Map<Class<?>,Class<?>> groupConversions) |
Modifier and Type | Method and Description |
---|---|
javax.validation.metadata.ReturnValueDescriptor |
asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
Returns this meta data object's corresponding representation in the
descriptor model.
|
Class<?> |
convertGroup(Class<?> originalGroup)
Converts the given validation group as per the group conversion
configuration for this element (as e.g.
|
Iterable<Cascadable> |
getCascadables()
Returns the cascaded elements of this validatable, e.g.
|
ElementType |
getElementType() |
Set<javax.validation.metadata.GroupConversionDescriptor> |
getGroupConversionDescriptors()
Returns a set with
GroupConversionDescriptor s representing the
group conversions of this cascadable. |
Object |
getValue(Object parent)
Retrieves the value of this element from the given object.
|
asDescriptors, equals, getConstraints, getKind, getName, getType, hashCode, isCascading, isConstrained, iterator, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getKind, getName
public Iterable<Cascadable> getCascadables()
Validatable
@Valid
.getCascadables
in interface Validatable
public Class<?> convertGroup(Class<?> originalGroup)
Cascadable
@ConvertGroup
.convertGroup
in interface Cascadable
originalGroup
- The group to convert.public Set<javax.validation.metadata.GroupConversionDescriptor> getGroupConversionDescriptors()
Cascadable
GroupConversionDescriptor
s representing the
group conversions of this cascadable.getGroupConversionDescriptors
in interface Cascadable
null
.public ElementType getElementType()
getElementType
in interface Cascadable
public Object getValue(Object parent)
Cascadable
getValue
in interface Cascadable
parent
- The object to retrieve the value from.public javax.validation.metadata.ReturnValueDescriptor asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
ConstraintMetaData
asDescriptor
in interface ConstraintMetaData
defaultGroupSequenceRedefined
- Whether the bean hosting the represented element has a
redefined default group sequence or not.defaultGroupSequence
- The default group sequence of the bean hosting the represented
element.ElementDescriptor
.Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved