Interface FunctionInspector

All Known Implementing Classes:
BeanFactoryAwareFunctionRegistry, SimpleFunctionRegistry

@Deprecated public interface FunctionInspector
Deprecated.
since 3.1 no longer used by the framework
Author:
Dave Syer, Oleg Zhurakousky
  • Method Details

    • getRegistration

      FunctionRegistration<?> getRegistration(Object function)
      Deprecated.
    • 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