Uses of Class
dev.langchain4j.internal.TypeAllowlist
Packages that use TypeAllowlist
-
Uses of TypeAllowlist in dev.langchain4j.internal
Methods in dev.langchain4j.internal with parameters of type TypeAllowlistModifier and TypeMethodDescriptionstatic Json.JsonCodecStateJson.codec(TypeAllowlist allowlist) A codec is built per call rather than cached, because aTypeAllowlistis mutable and a caller registering a type expects that to apply to the codec it holds.static Json.JsonCodecStateJson.codec(TypeAllowlist allowlist, ClassLoader classLoader) -
Uses of TypeAllowlist in dev.langchain4j.jackson3
Methods in dev.langchain4j.jackson3 with parameters of type TypeAllowlistModifier and TypeMethodDescriptionJackson3StateJsonCodecFactory.create(TypeAllowlist allowlist, ClassLoader classLoader) Constructors in dev.langchain4j.jackson3 with parameters of type TypeAllowlistModifierConstructorDescriptionJackson3StateJsonCodec(TypeAllowlist allowlist, ClassLoader classLoader) -
Uses of TypeAllowlist in dev.langchain4j.spi.json
Methods in dev.langchain4j.spi.json with parameters of type TypeAllowlistModifier and TypeMethodDescriptionStateJsonCodecFactory.create(TypeAllowlist allowlist, ClassLoader classLoader)