Class ProviderJsonSpec
java.lang.Object
dev.langchain4j.internal.ProviderJsonSpec
Describes how a provider's wire DTOs are mapped to JSON, in terms that carry no dependency on
a particular JSON library. This is what lets the underlying codec be swapped.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumWhich property values are written.static enumHow Java property names are translated to JSON field names. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProviderJsonSpec.Builderbuilder()booleaninthashCode()booleantoString()
-
Constructor Details
-
ProviderJsonSpec
-
-
Method Details
-
propertyNaming
-
inclusion
-
prettyPrint
public boolean prettyPrint() -
equals
-
hashCode
-
toString
-
builder
-