Class FunctionInfo


  • public class FunctionInfo
    extends Object
    • Constructor Detail

      • FunctionInfo

        public FunctionInfo​(Method method,
                            Class<?> clazz,
                            boolean nullableParameters)
    • Method Detail

      • getMethod

        public Method getMethod()
      • getClazz

        public Class<?> getClazz()
      • hasNullableParameters

        public boolean hasNullableParameters()