Package io.quarkus.deployment.builditem
Class ConfigurationTypeBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.ConfigurationTypeBuildItem
The configuration type build item. Every configuration type should be registered using this build item
to ensure that the converter is properly loaded in the native image case.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigurationTypeBuildItem
Construct a new instance.- Parameters:
valueType- the value type (must not benull)
-
-
Method Details
-
getValueType
Get the value type.- Returns:
- the value type (not
null)
-