Uses of Class
org.apache.camel.spi.TypeConvertible
Packages that use TypeConvertible
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of TypeConvertible in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type TypeConvertibleModifier and TypeMethodDescriptiondefault voidTypeConverterRegistry.addConverter(TypeConvertible<?, ?> typeConvertible, TypeConverter typeConverter) Adds a type convertible pair to the registrybooleanTypeConvertible.isAssignableMatch(TypeConvertible<?, ?> that) Tests whether the types defined in this type convertable pair are assignable from another type convertable pairbooleanTypeConvertible.matches(TypeConvertible<?, ?> that) Tests whether there is a conversion match from this TypeConvertible to the given TypeConvertible.booleanTypeConvertible.matchesPrimitive(TypeConvertible<?, ?> that) Tests whether there is a conversion match from this TypeConvertible to the given TypeConvertible when the "to" type of the tested TypeConvertible is a primitive type.