| Package | Description |
|---|---|
| org.apache.johnzon.mapper | |
| org.apache.johnzon.mapper.reflection |
| Modifier and Type | Field and Description |
|---|---|
private Map<AdapterKey,Adapter<?,?>> |
MapperBuilder.adapters |
protected ConcurrentMap<AdapterKey,Adapter<?,?>> |
Mapper.adapters |
private static Map<AdapterKey,Adapter<?,?>> |
MapperBuilder.DEFAULT_CONVERTERS |
protected ConcurrentMap<Adapter<?,?>,AdapterKey> |
Mapper.reverseAdaptersRegistry |
| Constructor and Description |
|---|
Mapper(javax.json.JsonReaderFactory readerFactory,
javax.json.stream.JsonGeneratorFactory generatorFactory,
boolean doClose,
Map<AdapterKey,Adapter<?,?>> adapters,
int version,
Comparator<String> attributeOrder,
boolean skipNull,
boolean skipEmptyArray,
AccessMode accessMode,
boolean treatByteArrayAsBase64,
boolean treatByteArrayAsBase64URL,
Charset encoding,
Collection<Closeable> closeables) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<AdapterKey,Adapter<?,?>> |
Mappings.adapters |
| Constructor and Description |
|---|
Mappings(Comparator<String> attributeOrder,
AccessMode accessMode,
int version,
ConcurrentMap<AdapterKey,Adapter<?,?>> adapters) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.