Class TypedObject


  • public class TypedObject
    extends java.lang.Object
    • Method Detail

      • value

        public java.lang.Object value()
      • typeReference

        public com.fasterxml.jackson.core.type.TypeReference<?> typeReference()
      • of

        public static <T> TypedObject of​(T value,
                                         Utils.JsonShape shape,
                                         com.fasterxml.jackson.core.type.TypeReference<T> typeReference)