Uses of Interface
org.springframework.boot.actuate.endpoint.OperationArgumentResolver
Packages that use OperationArgumentResolver
-
Uses of OperationArgumentResolver in org.springframework.boot.actuate.endpoint
Classes in org.springframework.boot.actuate.endpoint that implement OperationArgumentResolverModifier and TypeClassDescriptionclassMethods in org.springframework.boot.actuate.endpoint that return OperationArgumentResolverModifier and TypeMethodDescriptionstatic <T> OperationArgumentResolverFactory method that creates anOperationArgumentResolverfor a specific type using aSupplier.Constructors in org.springframework.boot.actuate.endpoint with parameters of type OperationArgumentResolverModifierConstructorDescriptionInvocationContext(SecurityContext securityContext, Map<String, Object> arguments, OperationArgumentResolver... argumentResolvers) Creates a new context for an operation being invoked by the givensecurityContextwith the given availablearguments.