Class ConfigurationMetadataEndpoint.ConfigurationMetadataDescriptor
java.lang.Object
io.microsphere.spring.boot.actuate.endpoint.ConfigurationMetadataEndpoint.ConfigurationMetadataDescriptor
- All Implemented Interfaces:
org.springframework.boot.actuate.endpoint.OperationResponseBody
- Enclosing class:
- ConfigurationMetadataEndpoint
public static class ConfigurationMetadataEndpoint.ConfigurationMetadataDescriptor
extends Object
implements org.springframework.boot.actuate.endpoint.OperationResponseBody
The Descriptor class for
ConfigurationMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata>
Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata>
void
setGroups
(Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> groups) void
setProperties
(Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> properties)
-
Constructor Details
-
ConfigurationMetadataDescriptor
public ConfigurationMetadataDescriptor()
-
-
Method Details
-
getGroups
public Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> getGroups() -
setGroups
public void setGroups(Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> groups) -
getProperties
public Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> getProperties() -
setProperties
public void setProperties(Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> properties)
-