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 |
---|---|
ValidatedByType<ConstraintDefinitionType<T>> |
ConstraintDefinitionType.getOrCreateValidatedBy()
If not already created, a new
validated-by element with the given value will be created. |
ValidatedByType<T> |
ValidatedByType.includeExistingValidators(Boolean includeExistingValidators)
Sets the
include-existing-validators attribute |
ValidatedByType<T> |
ValidatedByType.removeAllValue()
Removes the
value element |
ValidatedByType<T> |
ValidatedByType.removeIncludeExistingValidators()
Removes the
include-existing-validators attribute |
ValidatedByType<T> |
ValidatedByType.value(String... values)
Creates for all String objects representing
value elements,
a new value element |
Copyright © 2016 JBoss by Red Hat. All rights reserved.