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 |
---|---|
ParameterType<MethodType<T>> |
MethodType.createParameter()
Creates a new
parameter element |
ParameterType<ConstructorType<T>> |
ConstructorType.createParameter()
Creates a new
parameter element |
ParameterType<MethodType<T>> |
MethodType.getOrCreateParameter()
If not already created, a new
parameter element will be created and returned. |
ParameterType<ConstructorType<T>> |
ConstructorType.getOrCreateParameter()
If not already created, a new
parameter element will be created and returned. |
ParameterType<T> |
ParameterType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
ParameterType<T> |
ParameterType.removeAllConstraint()
Removes all
constraint elements |
ParameterType<T> |
ParameterType.removeAllConvertGroup()
Removes all
convert-group elements |
ParameterType<T> |
ParameterType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
ParameterType<T> |
ParameterType.removeType()
Removes the
type attribute |
ParameterType<T> |
ParameterType.removeValid()
Removes the
valid element |
ParameterType<T> |
ParameterType.type(String type)
Sets the
type attribute |
ParameterType<T> |
ParameterType.valid(String valid)
Sets the
valid element |
Modifier and Type | Method and Description |
---|---|
ConstraintType<ParameterType<T>> |
ParameterType.createConstraint()
Creates a new
constraint element |
GroupConversionType<ParameterType<T>> |
ParameterType.createConvertGroup()
Creates a new
convert-group element |
List<ConstraintType<ParameterType<T>>> |
ParameterType.getAllConstraint()
Returns all
constraint elements |
List<GroupConversionType<ParameterType<T>>> |
ParameterType.getAllConvertGroup()
Returns all
convert-group elements |
List<ParameterType<MethodType<T>>> |
MethodType.getAllParameter()
Returns all
parameter elements |
List<ParameterType<ConstructorType<T>>> |
ConstructorType.getAllParameter()
Returns all
parameter elements |
ConstraintType<ParameterType<T>> |
ParameterType.getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
GroupConversionType<ParameterType<T>> |
ParameterType.getOrCreateConvertGroup()
If not already created, a new
convert-group element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.