| Class | 
                        Description | 
                    
                            | 
                                
                                    CodeGenConfig
                                
                             | 
                            A ConfigMap implementation used at codegen time | 
                        
                            | 
                                
                                    CompositeConfig
                                
                             | 
                            A Config composed of other Configs | 
                        
                            | 
                                
                                    EnvironmentAwarePropertySource
                                
                             | 
                             | 
                        
                            | 
                                
                                    NavigableMap
                                
                             | 
                            - deprecated:
 - This class is deprecated to reduce complexity, improve performance, and increase maintainability.
     | 
                        
                            | 
                                
                                    NavigableMap.NullSafeNavigator
                                
                             | 
                            - deprecated:
 - This class should be avoided due to known performance reasons.
     | 
                        
                            | 
                                
                                    NavigableMapConfig
                                
                             | 
                            A Config implementation that operates against a NavigableMap | 
                        
                            | 
                                
                                    NavigableMapConfig.ClassConversionException
                                
                             | 
                             | 
                        
                            | 
                                
                                    NavigableMapPropertySource
                                
                             | 
                            A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps | 
                        
                            | 
                                
                                    PrefixedConfig
                                
                             | 
                            A config that accepts a prefix | 
                        
                            | 
                                
                                    PrefixedMapPropertySource
                                
                             | 
                            A org.springframework.core.env.PropertySource with keys prefixed by the given prefix | 
                        
                            | 
                                
                                    PropertySourcesConfig
                                
                             | 
                             - Authors:
 - Graeme Rocher
 
  |