public interface AdditionalAllowedPropertiesProvider
Created: November 27 2015
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getAdditionalAllowedProperties(java.lang.Object pSource,
java.lang.Object pTarget,
ValidatorContext<?> pContext)
Return any additional allowed properties.
|
static final java.lang.String CLASS_VERSION
java.util.Set<java.lang.String> getAdditionalAllowedProperties(java.lang.Object pSource,
java.lang.Object pTarget,
ValidatorContext<?> pContext)
pSource - the source object.pTarget - the target object.pContext - the validator context.