Uses of Class
org.apache.camel.dataformat.xmljson.TypeHintsEnum

Packages that use TypeHintsEnum
org.apache.camel.dataformat.xmljson   
 

Uses of TypeHintsEnum in org.apache.camel.dataformat.xmljson
 

Methods in org.apache.camel.dataformat.xmljson that return TypeHintsEnum
 TypeHintsEnum XmlJsonDataFormat.getTypeHints()
           
static TypeHintsEnum TypeHintsEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeHintsEnum[] TypeHintsEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel