| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.invoke.reflect |
Endpoint reflection support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveredOperationMethod
An
OperationMethod discovered by an EndpointDiscoverer. |
| Modifier and Type | Method and Description |
|---|---|
OperationMethod |
AbstractDiscoveredOperation.getOperationMethod() |
| Constructor and Description |
|---|
ReflectiveOperationInvoker(Object target,
OperationMethod operationMethod,
ParameterValueMapper parameterValueMapper)
Creates a new
ReflectiveOperationInvoker that will invoke the given
method on the given target. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.