public class ConstrainedType extends AbstractConstrainedElement
ConstrainedElement.ConstrainedElementKind
cascadingMetaDataBuilder, 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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 AbstractConstrainedElement
public boolean equals(Object obj)
equals
in class AbstractConstrainedElement
Copyright © 2021 JBoss by Red Hat. All rights reserved.