Uses of Record Class
org.infinispan.rest.framework.openapi.ResponseContent
Packages that use ResponseContent
Package
Description
-
Uses of ResponseContent in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return types with arguments of type ResponseContentModifier and TypeMethodDescriptionMap<io.netty.handler.codec.http.HttpResponseStatus, ResponseContent> Invocation.responses() -
Uses of ResponseContent in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return types with arguments of type ResponseContentModifier and TypeMethodDescriptionMap<io.netty.handler.codec.http.HttpResponseStatus, ResponseContent> InvocationImpl.responses()Returns the value of theresponsesrecord component.Constructor parameters in org.infinispan.rest.framework.impl with type arguments of type ResponseContentModifierConstructorDescriptionInvocationImpl(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 ResponseContent in org.infinispan.rest.framework.openapi
Methods in org.infinispan.rest.framework.openapi that return types with arguments of type ResponseContentModifier and TypeMethodDescriptionOperation.responses()Returns the value of theresponsesrecord component.Constructor parameters in org.infinispan.rest.framework.openapi with type arguments of type ResponseContentModifierConstructorDescriptionOperation(String operationId, String summary, String description, boolean deprecated, ResourceDescription group, List<Parameter> parameters, RequestBody requestBody, Collection<ResponseContent> responses) Creates an instance of aOperationrecord class.