Class DefaultOpenApiTypeDescriber

java.lang.Object
org.apache.tapestry5.internal.services.rest.DefaultOpenApiTypeDescriber
All Implemented Interfaces:
OpenApiTypeDescriber

OpenApiTypeDescriber implementation that handles some basic types, mostly primitives and String. Since this is the fallback, if the parameter doesn't have any handled type, it defaults to give the object to it without providing properties.