Interface FunctionInspector

    • Method Detail

      • isMessage

        @Deprecated
        default boolean isMessage​(Object function)
        Deprecated.
        since 3.1 no longer used by the framework
      • getInputType

        @Deprecated
        default Class<?> getInputType​(Object function)
        Deprecated.
        since 3.1 no longer used by the framework
      • getOutputType

        @Deprecated
        default Class<?> getOutputType​(Object function)
        Deprecated.
        since 3.1 no longer used by the framework
      • getInputWrapper

        @Deprecated
        default Class<?> getInputWrapper​(Object function)
        Deprecated.
        since 3.1 no longer used by the framework
      • getOutputWrapper

        @Deprecated
        default Class<?> getOutputWrapper​(Object function)
        Deprecated.
        since 3.1 no longer used by the framework
      • getName

        @Deprecated
        default String getName​(Object function)
        Deprecated.
        since 3.1 no longer used by the framework