Uses of Class
org.apache.camel.builder.endpoint.dsl.LogEndpointBuilderFactory.OutputStyle
-
Packages that use LogEndpointBuilderFactory.OutputStyle Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of LogEndpointBuilderFactory.OutputStyle in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LogEndpointBuilderFactory.OutputStyle Modifier and Type Method Description static LogEndpointBuilderFactory.OutputStyleLogEndpointBuilderFactory.OutputStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static LogEndpointBuilderFactory.OutputStyle[]LogEndpointBuilderFactory.OutputStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type LogEndpointBuilderFactory.OutputStyle Modifier and Type Method Description default LogEndpointBuilderFactory.LogEndpointBuilderLogEndpointBuilderFactory.LogEndpointBuilder. style(LogEndpointBuilderFactory.OutputStyle style)Sets the outputs style to use.
-