Uses of Annotation Interface
dev.langchain4j.Internal
Packages that use Internal
Package
Description
-
Uses of Internal in dev.langchain4j.data.message
Classes in dev.langchain4j.data.message with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A codec for serializing and deserializingChatMessage
objects to and from JSON. -
Uses of Internal in dev.langchain4j.internal
Classes in dev.langchain4j.internal with annotations of type InternalModifier and TypeClassDescriptionclass
class
Utility class to guess the mime-type of a file from its path or URI.interface
class
Utility methods for creating common exceptions.@interface
Annotation to mark methods where JaCoCo coverage should be ignored.class
JSON helper class.static interface
The abstract JSON codec interface.class
class
final class
Utility class for retrying actions.class
Utility methods.class
Utility class for validating method arguments.class
Utility class for working with virtual threads introduced in Java 21. -
Uses of Internal in dev.langchain4j.model.input.structured
Classes in dev.langchain4j.model.input.structured with annotations of type InternalModifier and TypeClassDescriptionclass
Utility class for structured prompts. -
Uses of Internal in dev.langchain4j.spi
Classes in dev.langchain4j.spi with annotations of type InternalModifier and TypeClassDescriptionclass
Utility wrapper aroundServiceLoader.load()
. -
Uses of Internal in dev.langchain4j.spi.data.document.parser
Classes in dev.langchain4j.spi.data.document.parser with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A factory for creatingDocumentParser
instances through SPI. -
Uses of Internal in dev.langchain4j.spi.data.document.splitter
Classes in dev.langchain4j.spi.data.document.splitter with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A factory for creatingDocumentSplitter
instances through SPI. -
Uses of Internal in dev.langchain4j.spi.data.message
Classes in dev.langchain4j.spi.data.message with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A factory for creatingChatMessageJsonCodec
objects. -
Uses of Internal in dev.langchain4j.spi.json
Classes in dev.langchain4j.spi.json with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A factory for creatingJson.JsonCodec
instances through SPI. -
Uses of Internal in dev.langchain4j.spi.model.embedding
Classes in dev.langchain4j.spi.model.embedding with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A factory for creatingEmbeddingModel
instances through SPI. -
Uses of Internal in dev.langchain4j.spi.prompt
Classes in dev.langchain4j.spi.prompt with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
A factory for creating prompt templates.static interface
Interface for input for the factory.static interface
Interface for a prompt template. -
Uses of Internal in dev.langchain4j.spi.prompt.structured
Classes in dev.langchain4j.spi.prompt.structured with annotations of type InternalModifier and TypeInterfaceDescriptioninterface
Represents a factory for structured prompts.