Record Class JsonArraySchemaObjectSubstitution.Serialized
java.lang.Object
java.lang.Record
io.quarkiverse.langchain4j.runtime.substitution.JsonArraySchemaObjectSubstitution.Serialized
- Enclosing class:
- JsonArraySchemaObjectSubstitution
- 
Constructor SummaryConstructorsConstructorDescriptionSerialized(String description, dev.langchain4j.model.chat.request.json.JsonSchemaElement items) Creates an instance of aSerializedrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.dev.langchain4j.model.chat.request.json.JsonSchemaElementitems()Returns the value of theitemsrecord component.final StringtoString()Returns a string representation of this record class.
- 
Constructor Details- 
Serializedpublic Serialized(String description, dev.langchain4j.model.chat.request.json.JsonSchemaElement items) Creates an instance of aSerializedrecord class.- Parameters:
- description- the value for the- descriptionrecord component
- items- the value for the- itemsrecord component
 
 
- 
- 
Method Details- 
toString
- 
hashCode
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
descriptionReturns the value of thedescriptionrecord component.- Returns:
- the value of the descriptionrecord component
 
- 
itemspublic dev.langchain4j.model.chat.request.json.JsonSchemaElement items()Returns the value of theitemsrecord component.- Returns:
- the value of the itemsrecord component
 
 
-