Class ValidatorPointer
-
- All Implemented Interfaces:
public final class ValidatorPointer
-
-
Field Summary
Fields Modifier and Type Field Description private final String
classCanonicalName
private final String
staticField
private final String
method
private final Boolean
isDiBean
-
Method Summary
Modifier and Type Method Description final String
getClassCanonicalName()
final String
getStaticField()
final String
getMethod()
final Boolean
isDiBean()
final static ValidatorPointer
of(CheckerRef checkerRef)
final static ValidatorPointer
fromExpression(String expression)
-
-
Method Detail
-
getClassCanonicalName
final String getClassCanonicalName()
-
getStaticField
final String getStaticField()
-
of
final static ValidatorPointer of(CheckerRef checkerRef)
-
fromExpression
final static ValidatorPointer fromExpression(String expression)
-
-
-
-