Class DefaultOpenApiTypeDescriber

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void describe​(JSONObject description, java.lang.reflect.Parameter parameter)
      Describes a REST event handler method parameter.
      void describeReturnType​(JSONObject description, java.lang.reflect.Method method)
      Describes a REST event handler method return type.
      void describeSchema​(java.lang.Class<?> entity, JSONObject schemas)
      Describes the schema of a mapped entity class
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait