Searched refs:valueShape0 (Results 1 – 1 of 1) sorted by relevance
162 public WritableTypeId(Object value, JsonToken valueShape0) { in WritableTypeId() argument163 this(value, valueShape0, null); in WritableTypeId()171 public WritableTypeId(Object value, Class<?> valueType0, JsonToken valueShape0) { in WritableTypeId() argument172 this(value, valueShape0, null); in WritableTypeId()181 public WritableTypeId(Object value, JsonToken valueShape0, Object id0) in WritableTypeId() argument185 valueShape = valueShape0; in WritableTypeId()