Class JsonAnyOfSchema
-
- All Implemented Interfaces:
-
dev.langchain4j.model.chat.request.json.JsonSchemaElement
public class JsonAnyOfSchema implements JsonSchemaElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJsonAnyOfSchema.Builder
-
Constructor Summary
Constructors Constructor Description JsonAnyOfSchema(JsonAnyOfSchema.Builder builder)
-
Method Summary
Modifier and Type Method Description Stringdescription()List<JsonSchemaElement>anyOf()static JsonAnyOfSchema.Builderbuilder()booleanequals(Object o)inthashCode()StringtoString()-
-
Constructor Detail
-
JsonAnyOfSchema
JsonAnyOfSchema(JsonAnyOfSchema.Builder builder)
-
-
Method Detail
-
description
String description()
-
anyOf
List<JsonSchemaElement> anyOf()
-
builder
static JsonAnyOfSchema.Builder builder()
-
hashCode
int hashCode()
-
-
-
-