Class VertexAiAnthropicJsonUtils

java.lang.Object
dev.langchain4j.model.vertexai.anthropic.internal.client.VertexAiAnthropicJsonUtils

public class VertexAiAnthropicJsonUtils extends Object
  • Method Details

    • toJson

      public static String toJson(Object object)
    • fromJson

      public static <T> T fromJson(String jsonStr, Class<T> clazz)