Class CheckerRef
-
- All Implemented Interfaces:
public final class CheckerRef extends DataConstraint
-
-
Method Summary
Modifier and Type Method Description final StringgetClassName()final StringgetMethodRef()final StringgetStaticField()Map<String, Object>toMap()final static CheckerRefof(String className)final static CheckerRefofMethodRef(String className, String method)final static CheckerRefofStaticField(String className, String field)-
Methods inherited from class pl.metaprogramming.model.data.constraint.DataConstraint
getErrorCode, getIfExpression, getPriority, setErrorCode, setErrorCode, setIfExpression, setIfExpression, setPriority, setPriority, toMap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getClassName
final String getClassName()
-
getMethodRef
final String getMethodRef()
-
getStaticField
final String getStaticField()
-
of
final static CheckerRef of(String className)
-
ofMethodRef
final static CheckerRef ofMethodRef(String className, String method)
-
ofStaticField
final static CheckerRef ofStaticField(String className, String field)
-
-
-
-