Class POJOWorkflowMethodMetadata


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

      • getWorkflowMethod

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

        public java.lang.Class<?> getWorkflowInterface()
      • 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