Class POJOWorkflowMethodMetadata


  • public final class POJOWorkflowMethodMetadata
    extends java.lang.Object
    Metadata of a single workflow method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Compare and hash based on method and the interface type only.
      java.lang.String getName()
      The semantics of the name depends on the value of getType().
      WorkflowMethodType getType()  
      java.lang.reflect.Method getWorkflowMethod()  
      int hashCode()
      Compare and hash based on method and the interface type only.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWorkflowMethod

        public java.lang.reflect.Method getWorkflowMethod()
      • equals

        public boolean equals​(java.lang.Object o)
        Compare and hash based on method and the interface type only.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Compare and hash based on method and the interface type only.
        Overrides:
        hashCode in class java.lang.Object