Uses of Interface
org.springframework.boot.actuate.endpoint.OperationArgumentResolver
-
Uses of OperationArgumentResolver in org.springframework.boot.actuate.endpoint
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionstatic <T> OperationArgumentResolver
Factory method that creates anOperationArgumentResolver
for a specific type using aSupplier
.ModifierConstructorDescriptionInvocationContext
(SecurityContext securityContext, Map<String, Object> arguments, OperationArgumentResolver... argumentResolvers) Creates a new context for an operation being invoked by the givensecurityContext
with the given availablearguments
.