public class ConstrainedType extends AbstractConstrainedElement
ConstrainedElement.ConstrainedElementKindcascadingMetaDataBuilder, constraints, source, typeArgumentConstraints| Constructor and Description |
|---|
ConstrainedType(ConfigurationSource source,
Class<?> beanClass,
Set<MetaConstraint<?>> constraints)
Creates a new type meta data object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getBeanClass() |
int |
hashCode() |
getCascadingMetaDataBuilder, getConstraints, getKind, getSource, getTypeArgumentConstraints, isConstrained, iterator, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ConstrainedType(ConfigurationSource source, Class<?> beanClass, Set<MetaConstraint<?>> constraints)
source - The source of meta data.beanClass - The represented type.constraints - The constraints of the represented type, if any.public Class<?> getBeanClass()
public int hashCode()
hashCode in class AbstractConstrainedElementpublic boolean equals(Object obj)
equals in class AbstractConstrainedElementCopyright © 2019 JBoss by Red Hat. All rights reserved.