Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationMapping10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
GetterType<BeanType<T>> |
BeanType.createGetter()
Creates a new
getter element |
GetterType<BeanType<T>> |
BeanType.getOrCreateGetter()
If not already created, a new
getter element will be created and returned. |
GetterType<T> |
GetterType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
GetterType<T> |
GetterType.name(String name)
Sets the
name attribute |
GetterType<T> |
GetterType.removeAllConstraint()
Removes all
constraint elements |
GetterType<T> |
GetterType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
GetterType<T> |
GetterType.removeName()
Removes the
name attribute |
GetterType<T> |
GetterType.removeValid()
Removes the
valid element |
GetterType<T> |
GetterType.valid(String valid)
Sets the
valid element |
Modifier and Type | Method and Description |
---|---|
ConstraintType<GetterType<T>> |
GetterType.createConstraint()
Creates a new
constraint element |
List<ConstraintType<GetterType<T>>> |
GetterType.getAllConstraint()
Returns all
constraint elements |
List<GetterType<BeanType<T>>> |
BeanType.getAllGetter()
Returns all
getter elements |
ConstraintType<GetterType<T>> |
GetterType.getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.