Uses of Class
org.apache.camel.model.TokenizerImplementationDefinition
Packages that use TokenizerImplementationDefinition
-
Uses of TokenizerImplementationDefinition in org.apache.camel.builder
Classes in org.apache.camel.builder with type parameters of type TokenizerImplementationDefinitionModifier and TypeInterfaceDescriptioninterfaceTokenizerBuilderdefines the contract of tokenizer builder. -
Uses of TokenizerImplementationDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return TokenizerImplementationDefinitionModifier and TypeMethodDescriptionTokenizerImplementationDefinition.copyDefinition()TokenizerDefinition.getTokenizerImplementation()Gets the tokenizer implementationMethods in org.apache.camel.model with parameters of type TokenizerImplementationDefinitionModifier and TypeMethodDescriptionvoidTokenizerDefinition.setTokenizerImplementation(TokenizerImplementationDefinition tokenizerImplementation) Sets the tokenizer implementationProcessorDefinition.tokenize(TokenizerImplementationDefinition tokenizerDefinition) This enables tokenization/chunking of blocks of text so that the elements of a message are separated in text segments as a composite messageConstructors in org.apache.camel.model with parameters of type TokenizerImplementationDefinitionModifierConstructorDescriptionTokenizerDefinition(TokenizerImplementationDefinition tokenizerImplementation) protected -
Uses of TokenizerImplementationDefinition in org.apache.camel.model.tokenizer
Subclasses of TokenizerImplementationDefinition in org.apache.camel.model.tokenizerModifier and TypeClassDescriptionclassclassclassclassclassTokenizer that uses LangChain4j for tokenization.class