Uses of Class
org.apache.johnzon.mapper.internal.AdapterKey
Packages that use AdapterKey
Package
Description
-
Uses of AdapterKey in org.apache.johnzon.jsonb
Constructor 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
Methods in org.apache.johnzon.jsonb.converter that return AdapterKey -
Uses of AdapterKey in org.apache.johnzon.mapper
Methods in org.apache.johnzon.mapper that return AdapterKeyMethods 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
Methods in org.apache.johnzon.mapper.converter that return AdapterKey -
Uses of AdapterKey in org.apache.johnzon.mapper.internal
Methods 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()