Class 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 Detail

      • ConfigurationTypeBuildItem

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

      • getValueType

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