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 |
---|---|
BeanType<T> |
BeanType.clazz(String clazz)
Sets the
class attribute |
BeanType<ValidationMappingDescriptor> |
ValidationMappingDescriptor.createBean()
Creates a new
bean element |
BeanType<ValidationMappingDescriptor> |
ValidationMappingDescriptor.getOrCreateBean()
If not already created, a new
bean element will be created and returned. |
BeanType<T> |
BeanType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
BeanType<T> |
BeanType.removeAllField()
Removes all
field elements |
BeanType<T> |
BeanType.removeAllGetter()
Removes all
getter elements |
BeanType<T> |
BeanType.removeClazz()
Removes the
class element |
BeanType<T> |
BeanType.removeClazzAttr()
Removes the
class attribute |
BeanType<T> |
BeanType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
Modifier and Type | Method and Description |
---|---|
FieldType<BeanType<T>> |
BeanType.createField()
Creates a new
field element |
GetterType<BeanType<T>> |
BeanType.createGetter()
Creates a new
getter element |
List<BeanType<ValidationMappingDescriptor>> |
ValidationMappingDescriptor.getAllBean()
Returns all
bean elements |
List<FieldType<BeanType<T>>> |
BeanType.getAllField()
Returns all
field elements |
List<GetterType<BeanType<T>>> |
BeanType.getAllGetter()
Returns all
getter elements |
ClassType<BeanType<T>> |
BeanType.getOrCreateClazz()
If not already created, a new
class element with the given value will be created. |
FieldType<BeanType<T>> |
BeanType.getOrCreateField()
If not already created, a new
field element will be created and returned. |
GetterType<BeanType<T>> |
BeanType.getOrCreateGetter()
If not already created, a new
getter element will be created and returned. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.