Uses of Record Class
org.infinispan.rest.framework.openapi.RequestBody
Packages that use RequestBody
Package
Description
-
Uses of RequestBody in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return RequestBody -
Uses of RequestBody in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return RequestBodyModifier and TypeMethodDescriptionInvocationImpl.requestBody()Returns the value of therequestBodyrecord component.Constructors in org.infinispan.rest.framework.impl with parameters of type RequestBodyModifierConstructorDescriptionInvocationImpl(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 RequestBody in org.infinispan.rest.framework.openapi
Methods in org.infinispan.rest.framework.openapi that return RequestBodyModifier and TypeMethodDescriptionOperation.requestBody()Returns the value of therequestBodyrecord component.Constructors in org.infinispan.rest.framework.openapi with parameters of type RequestBodyModifierConstructorDescriptionOperation(String operationId, String summary, String description, boolean deprecated, ResourceDescription group, List<Parameter> parameters, RequestBody requestBody, Collection<ResponseContent> responses) Creates an instance of aOperationrecord class.