Class ConversionMethodInfoRuntimeValuesBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
org.apache.camel.quarkus.component.mapstruct.deployment.ConversionMethodInfoRuntimeValuesBuildItem
public final class ConversionMethodInfoRuntimeValuesBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
Holds info about generated TypeConverter ConversionMethod.
-
Constructor Summary
ConstructorsConstructorDescriptionConversionMethodInfoRuntimeValuesBuildItem(Set<io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.component.mapstruct.ConversionMethodInfo>> conversionMethodInfoRuntimeValues) -
Method Summary
Modifier and TypeMethodDescriptionSet<io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.component.mapstruct.ConversionMethodInfo>>
-
Constructor Details
-
ConversionMethodInfoRuntimeValuesBuildItem
public ConversionMethodInfoRuntimeValuesBuildItem(Set<io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.component.mapstruct.ConversionMethodInfo>> conversionMethodInfoRuntimeValues)
-
-
Method Details
-
getConversionMethodInfoRuntimeValues
public Set<io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.component.mapstruct.ConversionMethodInfo>> getConversionMethodInfoRuntimeValues()
-