public class ClassMetaData extends AbstractConstraintMetaData
Modifier and Type | Class and Description |
---|---|
static class |
ClassMetaData.Builder |
Modifier and Type | Method and Description |
---|---|
ClassDescriptorImpl |
asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
Returns this meta data object's corresponding representation in the
descriptor model.
|
boolean |
equals(Object obj) |
ElementKind |
getKind()
Returns the
kind of this meta data object. |
int |
hashCode() |
String |
toString() |
asContainerElementTypeDescriptors, asDescriptors, getAllConstraints, getContainerElementsConstraints, getDirectConstraints, getName, getType, isCascading, isConstrained, iterator
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ClassDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
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
.public String toString()
toString
in class AbstractConstraintMetaData
public ElementKind getKind()
ConstraintMetaData
kind
of this meta data object.kind
of this meta data object.public int hashCode()
hashCode
in class AbstractConstraintMetaData
public boolean equals(Object obj)
equals
in class AbstractConstraintMetaData
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved