Uses of Class
org.apache.camel.TypeConverterExists
-
Packages that use TypeConverterExists Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 TypeConverterExists Modifier and Type Method Description static TypeConverterExists
TypeConverterExists. valueOf(String name)
Returns the enum constant of this type with the specified name.static TypeConverterExists[]
TypeConverterExists. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeConverterExists in org.apache.camel.spi
Methods in org.apache.camel.spi that return TypeConverterExists Modifier and Type Method Description TypeConverterExists
TypeConverterRegistry. getTypeConverterExists()
What should happen when attempting to add a duplicate type converter.Methods in org.apache.camel.spi with parameters of type TypeConverterExists Modifier and Type Method Description void
TypeConverterRegistry. setTypeConverterExists(TypeConverterExists typeConverterExists)
What should happen when attempting to add a duplicate type converter.
-