Class ConfigurationMetadataEndpoint.ConfigurationMetadataDescriptor

  • Enclosing class:
    ConfigurationMetadataEndpoint

    public static class ConfigurationMetadataEndpoint.ConfigurationMetadataDescriptor
    extends java.lang.Object
    The Descriptor class for ConfigurationMetadata
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> getGroups()  
      java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> getProperties()  
      void setGroups​(java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> groups)  
      void setProperties​(java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationMetadataDescriptor

        public ConfigurationMetadataDescriptor()
    • Method Detail

      • getGroups

        public java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> getGroups()
      • setGroups

        public void setGroups​(java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> groups)
      • getProperties

        public java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> getProperties()
      • setProperties

        public void setProperties​(java.util.Collection<org.springframework.boot.configurationprocessor.metadata.ItemMetadata> properties)