Uses of Class
org.apache.johnzon.mapper.internal.AdapterKey
-
Packages that use AdapterKey Package Description org.apache.johnzon.mapper org.apache.johnzon.mapper.converter org.apache.johnzon.mapper.internal org.apache.johnzon.mapper.map -
-
Uses of AdapterKey in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper with type parameters of type AdapterKey Modifier and Type Field Description private ConcurrentMap<Adapter<?,?>,AdapterKey>
MapperConfig. reverseAdapters
Methods in org.apache.johnzon.mapper that return AdapterKey Modifier and Type Method Description private AdapterKey
MappingParserImpl. getAdapterKey(Adapter converter)
default AdapterKey
TypeAwareAdapter. getKey()
Methods in org.apache.johnzon.mapper that return types with arguments of type AdapterKey Modifier and Type Method Description ConcurrentHashMap<AdapterKey,Adapter<?,?>>
MapperBuilder. getAdapters()
ConcurrentMap<Adapter<?,?>,AdapterKey>
MapperConfig. getReverseAdapters()
-
Uses of AdapterKey in org.apache.johnzon.mapper.converter
Fields in org.apache.johnzon.mapper.converter declared as AdapterKey Modifier and Type Field Description private AdapterKey
LocaleConverter. key
Methods in org.apache.johnzon.mapper.converter that return AdapterKey Modifier and Type Method Description AdapterKey
LocaleConverter. getKey()
-
Uses of AdapterKey in org.apache.johnzon.mapper.internal
Fields in org.apache.johnzon.mapper.internal declared as AdapterKey Modifier and Type Field Description private AdapterKey
ConverterAdapter. key
Methods in org.apache.johnzon.mapper.internal that return AdapterKey Modifier and Type Method Description AdapterKey
ConverterAdapter. getKey()
-
Uses of AdapterKey in org.apache.johnzon.mapper.map
Methods in org.apache.johnzon.mapper.map that return types with arguments of type AdapterKey Modifier and Type Method Description Set<AdapterKey>
LazyConverterMap. adapterKeys()
Set<Map.Entry<AdapterKey,Adapter<?,?>>>
LazyConverterMap. entrySet()
Methods in org.apache.johnzon.mapper.map with parameters of type AdapterKey Modifier and Type Method 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)
-