public interface BinderJsonReader extends BinderReader
| Modifier and Type | Method and Description |
|---|---|
<L extends Collection<E>,E> |
readCollection(L collection,
Class<E> type,
InputStream source) |
<L extends Collection<E>,E> |
readCollection(L collection,
Class<E> type,
Reader source) |
<L extends Collection<E>,E> |
readCollection(L collection,
Class<E> type,
String input) |
<E> List<E> |
readList(Class<E> type,
InputStream source) |
<E> List<E> |
readList(Class<E> type,
Reader source) |
<E> List<E> |
readList(Class<E> type,
String input) |
<M extends Map<K,V>,K,V> |
readMap(M map,
Class<K> keyType,
Class<V> valueType,
InputStream source) |
<M extends Map<K,V>,K,V> |
readMap(M map,
Class<K> keyType,
Class<V> valueType,
Reader source) |
<M extends Map<K,V>,K,V> |
readMap(M map,
Class<K> keyType,
Class<V> valueType,
String input) |
read, read, read<E> List<E> readList(Class<E> type, String input) throws ReaderException
ReaderException<E> List<E> readList(Class<E> type, InputStream source) throws ReaderException
ReaderException<E> List<E> readList(Class<E> type, Reader source) throws ReaderException, MappingException
ReaderExceptionMappingException<L extends Collection<E>,E> L readCollection(L collection, Class<E> type, String input) throws ReaderException
ReaderException<L extends Collection<E>,E> L readCollection(L collection, Class<E> type, InputStream source) throws ReaderException
ReaderException<L extends Collection<E>,E> L readCollection(L collection, Class<E> type, Reader source) throws ReaderException, MappingException
ReaderExceptionMappingException<M extends Map<K,V>,K,V> M readMap(M map, Class<K> keyType, Class<V> valueType, String input) throws ReaderException
ReaderException<M extends Map<K,V>,K,V> M readMap(M map, Class<K> keyType, Class<V> valueType, InputStream source) throws ReaderException
ReaderException<M extends Map<K,V>,K,V> M readMap(M map, Class<K> keyType, Class<V> valueType, Reader source) throws ReaderException, MappingException
ReaderExceptionMappingExceptionCopyright © 2016. All rights reserved.