Class ConfigurationProperties
java.lang.Object
org.springframework.modulith.docs.ConfigurationProperties
- All Implemented Interfaces:
- Iterable<ConfigurationProperties.ConfigurationProperty>
class ConfigurationProperties
extends Object
implements Iterable<ConfigurationProperties.ConfigurationProperty>
Represents all 
ConfigurationProperties.ConfigurationProperty instances found for the current project.- Author:
- Oliver Drotbohm
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static final record(package private) static final record
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetModuleProperties(ApplicationModule module) Returns allConfigurationProperties.ModulePropertyinstances for the givenApplicationModule.iterator()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ConfigurationPropertiesConfigurationProperties()Creates a newConfigurationPropertiesinstance.
 
- 
- 
Method Details- 
getModulePropertiesReturns allConfigurationProperties.ModulePropertyinstances for the givenApplicationModule.- Parameters:
- module- must not be null.
- Returns:
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<ConfigurationProperties.ConfigurationProperty>
 
 
-