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