Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
Modifier and Type | Class and Description |
---|---|
class |
ProducibleOperationArgumentResolver
|
Modifier and Type | Method and Description |
---|---|
static <T> OperationArgumentResolver |
OperationArgumentResolver.of(Class<T> type,
Supplier<? extends T> supplier)
Factory method that creates an
OperationArgumentResolver for a specific
type using a Supplier . |
Constructor and Description |
---|
InvocationContext(SecurityContext securityContext,
Map<String,Object> arguments,
OperationArgumentResolver... argumentResolvers)
Creates a new context for an operation being invoked by the given
securityContext with the given available arguments . |