java.lang.Object
io.ebeaninternal.api.SpiExpressionValidation
Property expression validation request for a given root bean type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the set of properties considered as having unknown paths.voidValidate that the property expression (path) is valid.
-
Constructor Details
-
SpiExpressionValidation
-
-
Method Details
-
validate
Validate that the property expression (path) is valid. -
unknownProperties
Return the set of properties considered as having unknown paths.
-