Class CheckerRef
-
- All Implemented Interfaces:
public final class CheckerRef extends DataConstraint
-
-
Method Summary
Modifier and Type Method Description final String
getClassName()
final String
getMethodRef()
final String
getStaticField()
Map<String, Object>
toMap()
final static CheckerRef
of(String className)
final static CheckerRef
ofMethodRef(String className, String method)
final static CheckerRef
ofStaticField(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)
-
-
-
-