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 TypeClassDescriptionclass
Methods in org.springframework.boot.actuate.endpoint that return OperationArgumentResolverModifier and TypeMethodDescriptionstatic <T> OperationArgumentResolver
Factory method that creates anOperationArgumentResolver
for 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 givensecurityContext
with the given availablearguments
.