Uses of Class
org.apache.johnzon.mapper.internal.AdapterKey
Packages that use AdapterKey
Package
Description
-
Uses of AdapterKey in org.apache.johnzon.jsonb
Fields in org.apache.johnzon.jsonb with type parameters of type AdapterKeyModifier and TypeFieldDescriptionprivate final Map<AdapterKey,Adapter<?, ?>> JsonbAccessMode.defaultConvertersConstructor parameters in org.apache.johnzon.jsonb with type arguments of type AdapterKeyModifierConstructorDescriptionJsonbAccessMode(jakarta.json.bind.config.PropertyNamingStrategy propertyNamingStrategy, String orderValue, jakarta.json.bind.config.PropertyVisibilityStrategy visibilityStrategy, boolean caseSensitive, Map<AdapterKey, Adapter<?, ?>> defaultConverters, JohnzonAdapterFactory factory, jakarta.json.spi.JsonProvider jsonProvider, Supplier<jakarta.json.JsonBuilderFactory> builderFactory, Supplier<jakarta.json.stream.JsonParserFactory> parserFactory, AccessMode delegate, boolean failOnMissingCreatorValues, boolean globalIsNillable, boolean supportsPrivateAccess) -
Uses of AdapterKey in org.apache.johnzon.jsonb.converter
Fields in org.apache.johnzon.jsonb.converter declared as AdapterKeyMethods in org.apache.johnzon.jsonb.converter that return AdapterKey -
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)