Class ThinkOption.ThinkOptionSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<ThinkOption>
org.springframework.ai.ollama.api.ThinkOption.ThinkOptionSerializer
All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Enclosing interface:
ThinkOption

public static class ThinkOption.ThinkOptionSerializer extends tools.jackson.databind.ValueSerializer<ThinkOption>
Serializer that writes ThinkOption as raw boolean or string values.
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer

    tools.jackson.databind.ValueSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(ThinkOption value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext ctxt)
     

    Methods inherited from class tools.jackson.databind.ValueSerializer

    acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThinkOptionSerializer

      public ThinkOptionSerializer()
  • Method Details

    • serialize

      public void serialize(ThinkOption value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext ctxt) throws tools.jackson.core.JacksonException
      Specified by:
      serialize in class tools.jackson.databind.ValueSerializer<ThinkOption>
      Throws:
      tools.jackson.core.JacksonException