Uses of Enum Class
org.apache.camel.console.DevConsole.MediaType
Packages that use DevConsole.MediaType
-
Uses of DevConsole.MediaType in org.apache.camel.console
Methods in org.apache.camel.console that return DevConsole.MediaTypeModifier and TypeMethodDescriptionstatic DevConsole.MediaTypeReturns the enum constant of this class with the specified name.static DevConsole.MediaType[]DevConsole.MediaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.console with parameters of type DevConsole.MediaTypeModifier and TypeMethodDescriptiondefault ObjectDevConsole.call(DevConsole.MediaType mediaType) Invokes and gets the output from this console.DevConsole.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.