Uses of Record Class
io.fluxzero.sdk.web.ApiDocDetails
Packages that use ApiDocDetails
-
Uses of ApiDocDetails in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web that return ApiDocDetailsModifier and TypeMethodDescriptionApiDocEndpoint.documentation()Returns the value of thedocumentationrecord component.Constructors in io.fluxzero.sdk.web with parameters of type ApiDocDetailsModifierConstructorDescriptionApiDocEndpoint(Class<?> handlerType, Executable executable, String origin, String path, String method, boolean autoHead, boolean autoOptions, ApiDocDetails documentation, List<ApiDocParameter> parameters, List<ApiDocRequestBody> requestBodies, Type responseType, List<ApiDocResponseDescriptor> responses) Creates an instance of aApiDocEndpointrecord class.