Uses of Record Class
io.fluxzero.sdk.web.ApiDocEndpoint
Packages that use ApiDocEndpoint
-
Uses of ApiDocEndpoint in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web that return types with arguments of type ApiDocEndpointModifier and TypeMethodDescriptionApiDocCatalog.endpoints()Returns the value of theendpointsrecord component.Constructor parameters in io.fluxzero.sdk.web with type arguments of type ApiDocEndpointModifierConstructorDescriptionApiDocCatalog(List<ApiDocEndpoint> endpoints) Creates a catalog without an independent-model type registry.ApiDocCatalog(List<ApiDocEndpoint> endpoints, Collection<Class<?>> modelTypes) Creates a catalog with the model types available for composing documented model-graph response schemas.ApiDocCatalog(List<ApiDocEndpoint> endpoints, List<Class<?>> modelTypes) Creates an instance of aApiDocCatalogrecord class.