public interface TypeCheckRestrictionExtractor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
isDefined(String propertyName)
Is defined t.
|
<T> T |
isNotDefined(String propertyName)
Is not defined t.
|
<T> T isDefined(String propertyName)
T - the type parameterpropertyName - the property name<T> T isNotDefined(String propertyName)
T - the type parameterpropertyName - the property nameCopyright © 2020. All rights reserved.