public class ParameterMetaData extends AbstractConstraintMetaData implements Cascadable
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterMetaData.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(PathImpl path)
Appends this cascadable element to the given path.
|
ParameterDescriptor |
asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
Returns this meta data object's corresponding representation in the
descriptor model.
|
Type |
getCascadableType()
Returns the data type of this cascadable, e.g.
|
CascadingMetaData |
getCascadingMetaData()
Returns cascading metadata of this cascadable element.
|
ElementType |
getElementType()
Returns the element type of the cascadable.
|
int |
getIndex() |
ElementKind |
getKind()
Returns the
kind of this meta data object. |
Object |
getValue(Object parent)
Returns the value of this cacadable from the given parent.
|
asContainerElementTypeDescriptors, asDescriptors, equals, getAllConstraints, getContainerElementsConstraints, getDirectConstraints, getName, getType, hashCode, isCascading, isConstrained, iterator, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int getIndex()
public ElementType getElementType()
CascadablegetElementType in interface Cascadablepublic ParameterDescriptor asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
ConstraintMetaDataasDescriptor in interface ConstraintMetaDatadefaultGroupSequenceRedefined - 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.public Object getValue(Object parent)
CascadablegetValue in interface Cascadablepublic Type getCascadableType()
CascadablegetCascadableType in interface Cascadablepublic void appendTo(PathImpl path)
CascadableappendTo in interface Cascadablepublic CascadingMetaData getCascadingMetaData()
CascadablegetCascadingMetaData in interface Cascadablepublic ElementKind getKind()
ConstraintMetaDatakind of this meta data object.getKind in interface ConstraintMetaDatakind of this meta data object.Copyright © 2019 JBoss by Red Hat. All rights reserved.