Searched refs:_currentType (Results 1 – 1 of 1) sorted by relevance
153 protected LinkedNode<JavaType> _currentType; field in DeserializationContext359 return (_currentType == null) ? null : _currentType.value(); in getContextualType()763 _currentType = new LinkedNode<JavaType>(type, _currentType); in handlePrimaryContextualization()767 _currentType = _currentType.next(); in handlePrimaryContextualization()794 _currentType = new LinkedNode<JavaType>(type, _currentType); in handleSecondaryContextualization()798 _currentType = _currentType.next(); in handleSecondaryContextualization()