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 Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record(package private) static final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModuleProperties(ApplicationModule module) Returns allConfigurationProperties.ModulePropertyinstances for the givenApplicationModule.iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConfigurationProperties
ConfigurationProperties()Creates a newConfigurationPropertiesinstance.
-
-
Method Details
-
getModuleProperties
Returns allConfigurationProperties.ModulePropertyinstances for the givenApplicationModule.- Parameters:
module- must not be null.- Returns:
-
iterator
- Specified by:
iteratorin interfaceIterable<ConfigurationProperties.ConfigurationProperty>
-