Uses of Enum Class
org.apache.camel.model.tokenizer.LangChain4jTokenizerDefinition.TokenizerType
Packages that use LangChain4jTokenizerDefinition.TokenizerType
Package
Description
-
Uses of LangChain4jTokenizerDefinition.TokenizerType in org.apache.camel.model.tokenizer
Methods in org.apache.camel.model.tokenizer that return LangChain4jTokenizerDefinition.TokenizerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LangChain4jTokenizerDefinition.TokenizerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.tokenizer with parameters of type LangChain4jTokenizerDefinition.TokenizerTypeModifier and TypeMethodDescriptionLangChain4jTokenizerDefinition.Builder.using(LangChain4jTokenizerDefinition.TokenizerType tokenizer) Sets the tokenizer type.