Interface ModelMethodDiffination

    • Method Detail

      • init

        default void init()
        Specified by:
        init in interface org.brijframework.lifecycle.Initializer
      • setReturnType

        void setReturnType​(Class<?> type)
      • getReturnType

        Class<?> getReturnType()
      • getType

        Method getType()
        Specified by:
        getType in interface org.brijframework.GenericResource<Method>
      • setArguments

        void setArguments​(Type[] arguments)
      • getArguments

        Type[] getArguments()
      • getParamValues

        default Object[] getParamValues()