Home
last modified time | relevance | path

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

/external/jackson-databind/attic/
DTypeBindings.java35 protected final JavaType _contextType; field in TypeBindings
85 return new TypeBindings(_typeFactory, this, _classStack, _contextClass, _contextType); in childInstance()
95 _contextType = type; in TypeBindings()
157 } else if (_contextType != null) { in findType()
158 className = _contextType.toString(); in findType()
206 if (_contextType != null) { in _resolve()
207 int count = _contextType.containedTypeCount(); in _resolve()
210 String name = _contextType.containedTypeName(i); in _resolve()
211 JavaType type = _contextType.containedType(i); in _resolve()
284 if (_contextType != null && raw.isAssignableFrom(_contextType.getRawClass())) { in _resolveBindings()
[all …]