Class ClassMethod


  • public final class ClassMethod
    extends java.lang.Object
    Data transfer object of class and method literals.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassMethod​(java.lang.String clazz, java.lang.String method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClazz()  
      java.lang.String getMethod()  
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassMethod

        public ClassMethod​(java.lang.String clazz,
                           java.lang.String method)
    • Method Detail

      • isValid

        public boolean isValid()
      • getClazz

        public java.lang.String getClazz()
      • getMethod

        public java.lang.String getMethod()