Uses of Class
org.apache.camel.console.DevConsole.MediaType
-
Packages that use DevConsole.MediaType Package Description org.apache.camel.console -
-
Uses of DevConsole.MediaType in org.apache.camel.console
Methods in org.apache.camel.console that return DevConsole.MediaType Modifier and Type Method Description static DevConsole.MediaTypeDevConsole.MediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static DevConsole.MediaType[]DevConsole.MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.console with parameters of type DevConsole.MediaType Modifier and Type Method Description default ObjectDevConsole. call(DevConsole.MediaType mediaType)Invokes and gets the output from this console.ObjectDevConsole. call(DevConsole.MediaType mediaType, Map<String,Object> options)Invokes and gets the output from this console.booleanDevConsole. supportMediaType(DevConsole.MediaType mediaType)Whether this console supports the given media type.
-