Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DStdTypeResolverBuilder.java22 protected JsonTypeInfo.Id _idType; field in StdTypeResolverBuilder
56 _idType = idType; in StdTypeResolverBuilder()
72 _idType = idType; in init()
83 if (_idType == JsonTypeInfo.Id.NONE) { return null; } in buildTypeSerializer()
120 if (_idType == JsonTypeInfo.Id.NONE) { return null; } in buildTypeDeserializer()
223 typeIdPropName = _idType.getDefaultPropertyName(); in typeProperty()
269 … if (_idType == null) throw new IllegalStateException("Cannot build, 'init()' not yet called"); in idResolver()
270 switch (_idType) { in idResolver()
281 …legalStateException("Do not know how to construct standard type id resolver for idType: "+_idType); in idResolver()
314 if (_idType == JsonTypeInfo.Id.CLASS || _idType == JsonTypeInfo.Id.MINIMAL_CLASS) { in verifyBaseTypeValidity()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DObjectIdReader.java21 protected final JavaType _idType; field in ObjectIdReader
51 _idType = t; in ObjectIdReader()
82 return _idType; in getIdType()