Uses of Class
org.apache.camel.quarkus.component.mapstruct.ConversionMethodInfo
-
Uses of ConversionMethodInfo in org.apache.camel.quarkus.component.mapstruct
Methods in org.apache.camel.quarkus.component.mapstruct that return types with arguments of type ConversionMethodInfoModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<ConversionMethodInfo> MapStructRecorder.createConversionMethodInfo(Class<?> from, Class<?> to, boolean cdiBean, io.quarkus.runtime.RuntimeValue<?> mapper, String conversionMethodClassName) Method parameters in org.apache.camel.quarkus.component.mapstruct with type arguments of type ConversionMethodInfoModifier and TypeMethodDescriptionvoidMapStructRecorder.registerMapStructTypeConverters(io.quarkus.runtime.RuntimeValue<org.apache.camel.spi.TypeConverterRegistry> typeConverterRegistryRuntimeValue, Set<io.quarkus.runtime.RuntimeValue<ConversionMethodInfo>> conversionMethods, io.quarkus.arc.runtime.BeanContainer container)