Package | Description |
---|---|
org.apache.johnzon.mapper | |
org.apache.johnzon.mapper.converter | |
org.apache.johnzon.mapper.internal | |
org.apache.johnzon.mapper.map |
Modifier and Type | Field and Description |
---|---|
private ConcurrentMap<Adapter<?,?>,AdapterKey> |
MapperConfig.reverseAdapters |
Modifier and Type | Method and Description |
---|---|
private AdapterKey |
MappingParserImpl.getAdapterKey(Adapter converter) |
default AdapterKey |
TypeAwareAdapter.getKey() |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<AdapterKey,Adapter<?,?>> |
MapperBuilder.getAdapters() |
ConcurrentMap<Adapter<?,?>,AdapterKey> |
MapperConfig.getReverseAdapters() |
Modifier and Type | Field and Description |
---|---|
private AdapterKey |
LocaleConverter.key |
Modifier and Type | Method and Description |
---|---|
AdapterKey |
LocaleConverter.getKey() |
Modifier and Type | Field and Description |
---|---|
private AdapterKey |
ConverterAdapter.key |
Modifier and Type | Method and Description |
---|---|
AdapterKey |
ConverterAdapter.getKey() |
Modifier and Type | Method and Description |
---|---|
Set<AdapterKey> |
LazyConverterMap.adapterKeys() |
Set<Map.Entry<AdapterKey,Adapter<?,?>>> |
LazyConverterMap.entrySet() |
Modifier and Type | Method and Description |
---|---|
private Adapter<?,?> |
LazyConverterMap.add(AdapterKey key,
Adapter<?,?> converter) |
private Adapter<?,?> |
LazyConverterMap.addCalendarConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addDateConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addGregorianCalendar(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addInstantConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addLocalDateConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addLocalDateTimeConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addOffsetDateTimeConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.addZonedDateTimeConverter(AdapterKey key) |
private Adapter<?,?> |
LazyConverterMap.doLazyLookup(AdapterKey key) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.