Uses of Enum Class
org.apache.camel.TypeConverterExists
Packages that use TypeConverterExists
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of TypeConverterExists in org.apache.camel
Methods in org.apache.camel that return TypeConverterExistsModifier and TypeMethodDescriptionstatic TypeConverterExistsReturns the enum constant of this class with the specified name.static TypeConverterExists[]TypeConverterExists.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TypeConverterExists in org.apache.camel.spi
Methods in org.apache.camel.spi that return TypeConverterExistsModifier and TypeMethodDescriptionTypeConverterRegistry.getTypeConverterExists()What should happen when attempting to add a duplicate type converter.Methods in org.apache.camel.spi with parameters of type TypeConverterExistsModifier and TypeMethodDescriptionvoidTypeConverterRegistry.setTypeConverterExists(TypeConverterExists typeConverterExists) What should happen when attempting to add a duplicate type converter.