Uses of Record Class
io.fluxzero.sdk.web.ApiDocParameter
Packages that use ApiDocParameter
-
Uses of ApiDocParameter in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web that return types with arguments of type ApiDocParameterModifier and TypeMethodDescriptionApiDocEndpoint.parameters()Returns the value of theparametersrecord component.Constructor parameters in io.fluxzero.sdk.web with type arguments of type ApiDocParameterModifierConstructorDescriptionApiDocEndpoint(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.