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 |
---|---|
ConstructorType<BeanType<T>> |
BeanType.createConstructor()
Creates a new
constructor element |
ConstructorType<BeanType<T>> |
BeanType.getOrCreateConstructor()
If not already created, a new
constructor element will be created and returned. |
ConstructorType<T> |
ConstructorType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
ConstructorType<T> |
ConstructorType.removeAllParameter()
Removes all
parameter elements |
ConstructorType<T> |
ConstructorType.removeCrossParameter()
Removes the
cross-parameter element |
ConstructorType<T> |
ConstructorType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
ConstructorType<T> |
ConstructorType.removeReturnValue()
Removes the
return-value element |
Modifier and Type | Method and Description |
---|---|
ParameterType<ConstructorType<T>> |
ConstructorType.createParameter()
Creates a new
parameter element |
List<ConstructorType<BeanType<T>>> |
BeanType.getAllConstructor()
Returns all
constructor elements |
List<ParameterType<ConstructorType<T>>> |
ConstructorType.getAllParameter()
Returns all
parameter elements |
CrossParameterType<ConstructorType<T>> |
ConstructorType.getOrCreateCrossParameter()
If not already created, a new
cross-parameter element with the given value will be created. |
ParameterType<ConstructorType<T>> |
ConstructorType.getOrCreateParameter()
If not already created, a new
parameter element will be created and returned. |
ReturnValueType<ConstructorType<T>> |
ConstructorType.getOrCreateReturnValue()
If not already created, a new
return-value element with the given value will be created. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.