Class ConfigurationTypeBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.ConfigurationTypeBuildItem

public final class ConfigurationTypeBuildItem extends MultiBuildItem
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 Details

    • ConfigurationTypeBuildItem

      public ConfigurationTypeBuildItem(Class<?> valueType)
      Construct a new instance.
      Parameters:
      valueType - the value type (must not be null)
  • Method Details

    • getValueType

      public Class<?> getValueType()
      Get the value type.
      Returns:
      the value type (not null)