@ConfigurationProperties(name="endpoints.autoconfig", ignoreUnknownFields=false) public class AutoConfigurationReportEndpoint extends AbstractEndpoint<AutoConfigurationReportEndpoint.Report>
Endpoint
to expose the AutoConfigurationReport
.Modifier and Type | Class and Description |
---|---|
static class |
AutoConfigurationReportEndpoint.MessageAndCondition
Adapts
AutoConfigurationReport.ConditionAndOutcome to a JSON friendly structure. |
static class |
AutoConfigurationReportEndpoint.Report
Adapts
AutoConfigurationReport to a JSON friendly structure. |
Constructor and Description |
---|
AutoConfigurationReportEndpoint() |
Modifier and Type | Method and Description |
---|---|
AutoConfigurationReportEndpoint.Report |
invoke()
Called to invoke the endpoint.
|
getId, isEnabled, isSensitive, setEnabled, setId, setSensitive
public AutoConfigurationReportEndpoint.Report invoke()
Endpoint
Copyright © 2014. All rights reserved.