Searched refs:_idType (Results 1 – 2 of 2) sorted by relevance
22 protected JsonTypeInfo.Id _idType; field in StdTypeResolverBuilder56 _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()
21 protected final JavaType _idType; field in ObjectIdReader51 _idType = t; in ObjectIdReader()82 return _idType; in getIdType()