-
- All Implemented Interfaces:
public class CheckerRef.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CheckerRef.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final CheckerRef
of(String className)
final CheckerRef
ofMethodRef(String className, String method)
final CheckerRef
ofStaticField(String className, String field)
-
-
Method Detail
-
of
final CheckerRef of(String className)
-
ofMethodRef
final CheckerRef ofMethodRef(String className, String method)
-
ofStaticField
final CheckerRef ofStaticField(String className, String field)
-
-
-
-