Uses of Class
org.apache.johnzon.mapper.internal.AdapterKey
Packages that use AdapterKey
Package
Description
-
Uses of AdapterKey in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper with type parameters of type AdapterKeyModifier and TypeFieldDescriptionprivate final ConcurrentMap<Adapter<?,?>, AdapterKey> MapperConfig.reverseAdaptersMethods in org.apache.johnzon.mapper that return AdapterKeyModifier and TypeMethodDescriptionprivate AdapterKeyMappingParserImpl.getAdapterKey(Adapter converter) default AdapterKeyTypeAwareAdapter.getKey()Methods in org.apache.johnzon.mapper that return types with arguments of type AdapterKeyModifier and TypeMethodDescriptionMapperBuilder.getAdapters()ConcurrentMap<Adapter<?,?>, AdapterKey> MapperConfig.getReverseAdapters() -
Uses of AdapterKey in org.apache.johnzon.mapper.converter
Fields in org.apache.johnzon.mapper.converter declared as AdapterKeyMethods in org.apache.johnzon.mapper.converter that return AdapterKey -
Uses of AdapterKey in org.apache.johnzon.mapper.internal
Fields in org.apache.johnzon.mapper.internal declared as AdapterKeyMethods in org.apache.johnzon.mapper.internal that return AdapterKey -
Uses of AdapterKey in org.apache.johnzon.mapper.map
Methods in org.apache.johnzon.mapper.map that return types with arguments of type AdapterKeyModifier and TypeMethodDescriptionLazyConverterMap.adapterKeys()Set<Map.Entry<AdapterKey,Adapter<?, ?>>> LazyConverterMap.entrySet()Methods in org.apache.johnzon.mapper.map with parameters of type AdapterKeyModifier and TypeMethodDescriptionprivate 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)