public class SofaBootVersionEndpointMvcAdapter extends org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<SofaBootVersionEndpoint>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SOFA_BOOT_VERSION_URL |
| 构造器和说明 |
|---|
SofaBootVersionEndpointMvcAdapter(SofaBootVersionEndpoint delegate)
Create a new
EndpointMvcAdapter. |
public static final String SOFA_BOOT_VERSION_URL
public SofaBootVersionEndpointMvcAdapter(SofaBootVersionEndpoint delegate)
EndpointMvcAdapter.delegate - the underlying Endpoint to adapt.@RequestMapping(produces="application/json") @ResponseBody public Object invoke()
invoke 在类中 org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<SofaBootVersionEndpoint>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.