Uses of Class
org.apache.camel.dataformat.bindy.UnicodeHelper.Method
-
Packages that use UnicodeHelper.Method Package Description org.apache.camel.dataformat.bindy -
-
Uses of UnicodeHelper.Method in org.apache.camel.dataformat.bindy
Methods in org.apache.camel.dataformat.bindy that return UnicodeHelper.Method Modifier and Type Method Description UnicodeHelper.Method
UnicodeHelper. getMethod()
static UnicodeHelper.Method
UnicodeHelper.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnicodeHelper.Method[]
UnicodeHelper.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.camel.dataformat.bindy with parameters of type UnicodeHelper.Method Constructor Description UnicodeHelper(String input, UnicodeHelper.Method method)
Create instance.
-