Searched refs:MappingIterator (Results 1 – 9 of 9) sorted by relevance
10 extends StdDeserializer<MappingIterator<Object>>24 super(MappingIterator.class); in MappingIteratorDeserializer()39 public MappingIterator<Object> deserialize(JsonParser p, in deserialize()43 MappingIterator<Object> mit = new MappingIterator<Object>(_valueType, p, ctxt, in deserialize()
14 public class MappingIterator<T> implements Iterator<T>, Closeable class16 protected final static MappingIterator<?> EMPTY_ITERATOR =17 new MappingIterator<Object>(null, null, null, null, false, null);118 protected MappingIterator(JavaType type, JsonParser p, DeserializationContext ctxt, in MappingIterator() method in MappingIterator172 public static <T> MappingIterator<T> emptyIterator() { in emptyIterator()173 return (MappingIterator<T>) EMPTY_ITERATOR; in emptyIterator()
330 protected <T> MappingIterator<T> _newIterator(JsonParser p, DeserializationContext ctxt, in _newIterator()333 return new MappingIterator<T>(_valueType, p, ctxt, in _newIterator()1825 public <T> MappingIterator<T> readValues(JsonParser p) throws IOException in readValues()1853 public <T> MappingIterator<T> readValues(InputStream src) throws IOException in readValues()1866 public <T> MappingIterator<T> readValues(Reader src) throws IOException in readValues()1884 public <T> MappingIterator<T> readValues(String json) throws IOException in readValues()1899 public <T> MappingIterator<T> readValues(byte[] src, int offset, int length) throws IOException in readValues()1911 public final <T> MappingIterator<T> readValues(byte[] src) throws IOException { in readValues()1919 public <T> MappingIterator<T> readValues(File src) throws IOException in readValues()1939 public <T> MappingIterator<T> readValues(URL src) throws IOException in readValues()[all …]
2897 public <T> MappingIterator<T> readValues(JsonParser p, ResolvedType valueType)2911 public <T> MappingIterator<T> readValues(JsonParser p, JavaType valueType)2919 return new MappingIterator<T>(valueType, p, ctxt, deser,2932 public <T> MappingIterator<T> readValues(JsonParser p, Class<T> valueType)2942 public <T> MappingIterator<T> readValues(JsonParser p, TypeReference<T> valueTypeRef)
10 import com.fasterxml.jackson.databind.MappingIterator;53 private <T> MappingIterator<T> _iterator(ObjectReader r, in _iterator()87 MappingIterator<Bean> it = _iterator(MAPPER.readerFor(Bean.class), in _testRootBeans()117 MappingIterator<Bean> it = MAPPER.readerFor(Bean.class).readValues(JSON); in testRootBeansInArray()147 assertNotNull(((MappingIterator<?>) it).getCurrentLocation()); in testRootMaps()153 assertNotNull(((MappingIterator<?>) it).getCurrentLocation()); in testRootMaps()296 final MappingIterator<Map<String, Object>> iterator = MAPPER in testNonRootMapsWithObjectReader()338 MappingIterator<Object> empty = MappingIterator.emptyIterator(); in testEmptyIterator()
28 MappingIterator<Bean> it = MAPPER.readerFor(Bean.class).readValues(JSON); in testRootBeans()53 MappingIterator<Bean> it = MAPPER.readerFor(Bean.class).readValues(JSON); in testSimpleRootRecovery()82 MappingIterator<Bean> it = MAPPER.readerFor(Bean.class).readValues(JSON); in testSimpleArrayRecovery()
40 MappingIterator<POJO> it = detecting. in testSequenceWithJSON()58 MappingIterator<JsonNode> nodes = r2. in testSequenceWithJSON()
355 MappingIterator<POJO> itr = reader.readValues(source); in testPointerLoadingMappingIteratorOne()370 MappingIterator<POJO> itr = reader.readValues(source); in testPointerLoadingMappingIteratorMany()
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...