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 TypeConverterExistsTypeConverterExists. 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 TypeConverterExistsTypeConverterRegistry. 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 voidTypeConverterRegistry. setTypeConverterExists(TypeConverterExists typeConverterExists)What should happen when attempting to add a duplicate type converter.
-