Class PropertyMetadata
java.lang.Object
io.micronaut.inject.configuration.PropertyMetadata
- All Implemented Interfaces:
Streamable
,Writable
Metadata about a property.
- Author:
- Graeme Rocher
-
Constructor Details
-
PropertyMetadata
public PropertyMetadata()
-
-
Method Details
-
getType
- Returns:
- The type
-
getName
- Returns:
- The name
-
getDescription
- Returns:
- The description
-
getPath
- Returns:
- The path
-
getDefaultValue
- Returns:
- The default value
-
getDeclaringType
- Returns:
- The declaring type
-
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
-