Home
last modified time | relevance | path

Searched refs:valueShape0 (Results 1 – 1 of 1) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/type/
DWritableTypeId.java162 public WritableTypeId(Object value, JsonToken valueShape0) { in WritableTypeId() argument
163 this(value, valueShape0, null); in WritableTypeId()
171 public WritableTypeId(Object value, Class<?> valueType0, JsonToken valueShape0) { in WritableTypeId() argument
172 this(value, valueShape0, null); in WritableTypeId()
181 public WritableTypeId(Object value, JsonToken valueShape0, Object id0) in WritableTypeId() argument
185 valueShape = valueShape0; in WritableTypeId()