Uses of Interface
org.apache.johnzon.mapper.Adapter
Packages that use Adapter
Package
Description
-
Uses of Adapter in org.apache.johnzon.jsonb
Methods in org.apache.johnzon.jsonb that return AdapterConstructors in org.apache.johnzon.jsonb with parameters of type AdapterModifierConstructorDescriptionprotectedClassMapping(Class<?> clazz, AccessMode.Factory factory, Map<String, Mappings.Getter> getters, Map<String, Mappings.Setter> setters, Adapter<?, ?> adapter, ObjectConverter.Reader<?> reader, ObjectConverter.Writer<?> writer, Mappings.Getter anyGetter, Method anySetter, Field anyField, Method mapAdder, Map.Entry<String, String>[] serializedPolymorphicProperties, BiFunction<jakarta.json.JsonObject, Class<?>, Class<?>> polymorphicDeserializedTypeResolver) Constructor parameters in org.apache.johnzon.jsonb with type arguments of type AdapterModifierConstructorDescriptionJsonbAccessMode(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 Adapter in org.apache.johnzon.jsonb.converter
Classes in org.apache.johnzon.jsonb.converter that implement Adapter -
Uses of Adapter in org.apache.johnzon.mapper
Subinterfaces of Adapter in org.apache.johnzon.mapperFields in org.apache.johnzon.mapper declared as AdapterModifier and TypeFieldDescriptionfinal AdapterMappings.ClassMapping.adapterfinal AdapterMappings.Getter.converterfinal AdapterMappings.Setter.converterfinal AdapterMappings.Getter.itemConverterfinal AdapterMappings.Setter.itemConverterMethods in org.apache.johnzon.mapper that return AdapterMethods in org.apache.johnzon.mapper that return types with arguments of type AdapterModifier and TypeMethodDescriptionMapperBuilder.getAdapters()ConcurrentMap<Adapter<?,?>, AdapterKey> MapperConfig.getReverseAdapters()Methods in org.apache.johnzon.mapper with parameters of type AdapterModifier and TypeMethodDescriptionMapperBuilder.addAdapter(Type from, Type to, Adapter<?, ?> adapter) MapperBuilder.addAdapter(Adapter<?, ?> converter) Constructors in org.apache.johnzon.mapper with parameters of type AdapterModifierConstructorDescriptionprotectedClassMapping(Class<?> clazz, AccessMode.Factory factory, Map<String, Mappings.Getter> getters, Map<String, Mappings.Setter> setters, Adapter<?, ?> adapter, ObjectConverter.Reader<?> reader, ObjectConverter.Writer<?> writer, Mappings.Getter anyGetter, Method anySetter, Field anyField, Method mapAdder) protectedClassMapping(Class<?> clazz, AccessMode.Factory factory, Map<String, Mappings.Getter> getters, Map<String, Mappings.Setter> setters, Adapter<?, ?> adapter, ObjectConverter.Reader<?> reader, ObjectConverter.Writer<?> writer, Mappings.Getter anyGetter, Method anySetter, Field anyField, Method mapAdder, Map.Entry<String, String>[] serializedPolymorphicProperties, BiFunction<jakarta.json.JsonObject, Class<?>, Class<?>> polymorphicDeserializedTypeResolver) -
Uses of Adapter in org.apache.johnzon.mapper.access
Methods in org.apache.johnzon.mapper.access that return AdapterModifier and TypeMethodDescriptionAdapter<?,?> AccessMode.findAdapter(Class<?> clazz) Adapter<?,?> BaseAccessMode.findAdapter(Class<?> clazz) Adapter<?,?> KnownNotOpenedJavaTypesAccessMode.findAdapter(Class<?> clazz) Adapter<?,?> AccessMode.DecoratedType.findConverter()Adapter<?,?> FieldAccessMode.FieldDecoratedType.findConverter()Adapter<?,?> FieldAndMethodAccessMode.CompositeDecoratedType.findConverter()Adapter<?,?> MethodAccessMode.MethodDecoratedType.findConverter()Adapter<?,?>[] AccessMode.Factory.getParameterConverter()Adapter<?,?>[] AccessMode.Factory.getParameterItemConverter() -
Uses of Adapter in org.apache.johnzon.mapper.converter
Classes in org.apache.johnzon.mapper.converter that implement AdapterConstructors in org.apache.johnzon.mapper.converter with parameters of type AdapterModifierConstructorDescriptionDateWithCopyConverter(Adapter<Date, String> delegate) ReversedAdapter(Adapter<B, A> delegate) -
Uses of Adapter in org.apache.johnzon.mapper.internal
Classes in org.apache.johnzon.mapper.internal that implement Adapter -
Uses of Adapter in org.apache.johnzon.mapper.map
Methods in org.apache.johnzon.mapper.map that return AdapterMethods in org.apache.johnzon.mapper.map that return types with arguments of type AdapterModifier and TypeMethodDescriptionSet<Map.Entry<AdapterKey,Adapter<?, ?>>> LazyConverterMap.entrySet()