Class ConfigurationMetadata
java.lang.Object
io.micronaut.inject.configuration.ConfigurationMetadata
- All Implemented Interfaces:
Streamable
,Writable
Metadata about a configuration group.
- Author:
- Graeme Rocher
-
Constructor Details
-
ConfigurationMetadata
public ConfigurationMetadata()
-
-
Method Details
-
getType
- Returns:
- The type
-
getName
- Returns:
- The name
-
getDescription
- Returns:
- The description
-
getIncludes
- Returns:
- The properties to include
-
getExcludes
- Returns:
- The properties to exclude
-
writeTo
Description copied from interface:Writable
Writes this object to the given writer.- Specified by:
writeTo
in interfaceWritable
- Parameters:
out
- the Writer to which this Writable should output its data.- Throws:
IOException
- if an error occurred while outputting data to the writer
-
toString
-