Uses of Enum
com.google.genai.gaos.utils.Utils.JsonShape
Packages that use Utils.JsonShape
-
Uses of Utils.JsonShape in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return Utils.JsonShapeModifier and TypeMethodDescriptionTypedObject.shape()Utils.TypeReferenceWithShape.shape()static Utils.JsonShapeReturns the enum constant of this type with the specified name.static Utils.JsonShape[]Utils.JsonShape.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.gaos.utils with parameters of type Utils.JsonShapeModifier and TypeMethodDescriptionstatic ObjectUtils.convertToShape(Object o, Utils.JsonShape shape, com.fasterxml.jackson.core.type.TypeReference<?> typeReference) static <T> TypedObjectTypedObject.of(T value, Utils.JsonShape shape, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) static Utils.TypeReferenceWithShapeUtils.TypeReferenceWithShape.of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, Utils.JsonShape shape)