Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
org.springframework.boot.actuate.endpoint.http |
Actuator endpoint HTTP concerns (not tied to any specific implementation).
|
Modifier and Type | Method and Description |
---|---|
ApiVersion |
InvocationContext.getApiVersion()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of
InvocationContext.resolveArgument(Class) using
ApiVersion |
Constructor and Description |
---|
InvocationContext(ApiVersion apiVersion,
SecurityContext securityContext,
Map<String,Object> arguments)
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of
InvocationContext(SecurityContext, Map, OperationArgumentResolver[]) |
Modifier and Type | Field and Description |
---|---|
static ApiVersion |
ApiVersion.LATEST
Deprecated.
The latest API version.
|
Modifier and Type | Method and Description |
---|---|
static ApiVersion |
ApiVersion.fromHttpHeaders(Map<String,List<String>> headers)
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of direct injection with
resolution via the
ProducibleOperationArgumentResolver . |
static ApiVersion |
ApiVersion.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ApiVersion[] |
ApiVersion.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|