Uses of Record Class
org.infinispan.rest.framework.ResourceDescription
Packages that use ResourceDescription
Package
Description
-
Uses of ResourceDescription in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return ResourceDescription -
Uses of ResourceDescription in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return ResourceDescriptionModifier and TypeMethodDescriptionfinal ResourceDescriptionInvocations.Builder.description()InvocationImpl.resourceGroup()Returns the value of theresourceGrouprecord component.Constructors in org.infinispan.rest.framework.impl with parameters of type ResourceDescriptionModifierConstructorDescriptionInvocationImpl(ResourceDescription resourceGroup, Set<Method> methods, Set<String> paths, Function<RestRequest, CompletionStage<RestResponse>> handler, String action, String operationId, String name, boolean anonymous, AuthorizationPermission permission, boolean deprecated, boolean requireCacheManagerStart, AuditContext auditContext, RequestBody requestBody, Map<io.netty.handler.codec.http.HttpResponseStatus, ResponseContent> responses, List<Parameter> parameters) Creates an instance of aInvocationImplrecord class. -
Uses of ResourceDescription in org.infinispan.rest.framework.openapi
Methods in org.infinispan.rest.framework.openapi that return ResourceDescriptionModifier and TypeMethodDescriptionOperation.group()Returns the value of thegrouprecord component.Methods in org.infinispan.rest.framework.openapi that return types with arguments of type ResourceDescriptionModifier and TypeMethodDescriptionOpenAPIDocument.resources()Returns the value of theresourcesrecord component.Constructors in org.infinispan.rest.framework.openapi with parameters of type ResourceDescriptionModifierConstructorDescriptionOperation(String operationId, String summary, String description, boolean deprecated, ResourceDescription group, List<Parameter> parameters, RequestBody requestBody, Collection<ResponseContent> responses) Creates an instance of aOperationrecord class.Constructor parameters in org.infinispan.rest.framework.openapi with type arguments of type ResourceDescriptionModifierConstructorDescriptionOpenAPIDocument(String openapi, Info info, Paths paths, Components components, Collection<ResourceDescription> resources) Creates an instance of aOpenAPIDocumentrecord class.