Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationMapping11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ClassType<BeanType<T>> |
BeanType.getOrCreateClazz()
If not already created, a new
class element with the given value will be created. |
ClassType<T> |
ClassType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
ClassType<T> |
ClassType.removeAllConstraint()
Removes all
constraint elements |
ClassType<T> |
ClassType.removeGroupSequence()
Removes the
group-sequence element |
ClassType<T> |
ClassType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
Modifier and Type | Method and Description |
---|---|
ConstraintType<ClassType<T>> |
ClassType.createConstraint()
Creates a new
constraint element |
List<ConstraintType<ClassType<T>>> |
ClassType.getAllConstraint()
Returns all
constraint elements |
ConstraintType<ClassType<T>> |
ClassType.getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
GroupSequenceType<ClassType<T>> |
ClassType.getOrCreateGroupSequence()
If not already created, a new
group-sequence element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.