Uses of Enum Class
org.infinispan.rest.framework.Method
Packages that use Method
Package
Description
REST Server bootstrap and Netty bridge classes.
-
Uses of Method in org.infinispan.rest
Methods in org.infinispan.rest that return Method -
Uses of Method in org.infinispan.rest.framework
Subclasses with type arguments of type Method in org.infinispan.rest.frameworkMethods in org.infinispan.rest.framework that return MethodModifier and TypeMethodDescriptionRestRequest.method()static MethodReturns the enum constant of this class with the specified name.static Method[]Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.rest.framework that return types with arguments of type MethodMethods in org.infinispan.rest.framework with parameters of type MethodModifier and TypeMethodDescriptiondefault LookupResultResourceManager.lookupResource(Method method, String path) ResourceManager.lookupResource(Method method, String path, String action) -
Uses of Method in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return types with arguments of type MethodModifier and TypeMethodDescriptionInvocationImpl.methods()Returns the value of themethodsrecord component.Methods in org.infinispan.rest.framework.impl with parameters of type MethodModifier and TypeMethodDescriptionResourceManagerImpl.lookupResource(Method method, String path, String action) Constructor parameters in org.infinispan.rest.framework.impl with type arguments of type MethodModifierConstructorDescriptionInvocationImpl(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 Method in org.infinispan.rest.framework.openapi
Methods in org.infinispan.rest.framework.openapi that return MethodModifier and TypeMethodDescriptionPath.method()Returns the value of themethodrecord component.Constructors in org.infinispan.rest.framework.openapi with parameters of type Method -
Uses of Method in org.infinispan.rest.logging
Methods in org.infinispan.rest.logging with parameters of type MethodModifier and TypeMethodDescriptionfinal RegistrationExceptionLog_$logger.duplicateResourceMethod(String invocationName, Method method, String existingPath) Log.duplicateResourceMethod(String invocationName, Method method, String existingPath)