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