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 |
---|---|
CrossParameterType<MethodType<T>> |
MethodType.getOrCreateCrossParameter()
If not already created, a new
cross-parameter element with the given value will be created. |
CrossParameterType<ConstructorType<T>> |
ConstructorType.getOrCreateCrossParameter()
If not already created, a new
cross-parameter element with the given value will be created. |
CrossParameterType<T> |
CrossParameterType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
CrossParameterType<T> |
CrossParameterType.removeAllConstraint()
Removes all
constraint elements |
CrossParameterType<T> |
CrossParameterType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
Modifier and Type | Method and Description |
---|---|
ConstraintType<CrossParameterType<T>> |
CrossParameterType.createConstraint()
Creates a new
constraint element |
List<ConstraintType<CrossParameterType<T>>> |
CrossParameterType.getAllConstraint()
Returns all
constraint elements |
ConstraintType<CrossParameterType<T>> |
CrossParameterType.getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.