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