Uses of Class
org.apache.johnzon.mapper.internal.AdapterKey
-
-
Uses of AdapterKey in org.apache.johnzon.jsonb
Fields in org.apache.johnzon.jsonb with type parameters of type AdapterKey Modifier and Type Field Description private Map<AdapterKey,Adapter<?,?>>
JsonbAccessMode. defaultConverters
Constructor parameters in org.apache.johnzon.jsonb with type arguments of type AdapterKey Constructor Description JsonbAccessMode(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 AdapterKey Modifier and Type Field Description private AdapterKey
JohnzonJsonbAdapter. key
Methods in org.apache.johnzon.jsonb.converter that return AdapterKey Modifier and Type Method Description AdapterKey
JohnzonJsonbAdapter. getKey()
-
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)
-