Uses of Class
org.apache.camel.builder.endpoint.dsl.PdfEndpointBuilderFactory.TextProcessingFactory
-
Packages that use PdfEndpointBuilderFactory.TextProcessingFactory Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of PdfEndpointBuilderFactory.TextProcessingFactory in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PdfEndpointBuilderFactory.TextProcessingFactory Modifier and Type Method Description static PdfEndpointBuilderFactory.TextProcessingFactory
PdfEndpointBuilderFactory.TextProcessingFactory. valueOf(String name)
Returns the enum constant of this type with the specified name.static PdfEndpointBuilderFactory.TextProcessingFactory[]
PdfEndpointBuilderFactory.TextProcessingFactory. 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 PdfEndpointBuilderFactory.TextProcessingFactory Modifier and Type Method Description default PdfEndpointBuilderFactory.PdfEndpointBuilder
PdfEndpointBuilderFactory.PdfEndpointBuilder. textProcessingFactory(PdfEndpointBuilderFactory.TextProcessingFactory textProcessingFactory)
Text processing to use.
-