Uses of Class
org.apache.johnzon.mapper.Mappings.CollectionMapping
Packages that use Mappings.CollectionMapping
-
Uses of Mappings.CollectionMapping in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper with type parameters of type Mappings.CollectionMappingModifier and TypeFieldDescriptionprotected final ConcurrentMap<Type,Mappings.CollectionMapping> Mappings.collectionsMethods in org.apache.johnzon.mapper that return Mappings.CollectionMappingModifier and TypeMethodDescriptionprivate <T> Mappings.CollectionMappingMappings.createCollectionMapping(ParameterizedType aType, Type root) Mappings.findCollectionMapping(ParameterizedType genericType, Type enclosingType) Methods in org.apache.johnzon.mapper with parameters of type Mappings.CollectionMappingModifier and TypeMethodDescriptionprivate <T> Collection<T>MappingParserImpl.mapCollection(Mappings.CollectionMapping mapping, jakarta.json.JsonArray jsonArray, Adapter itemConverter, ObjectConverter.Reader objectConverter, JsonPointerTracker jsonPointer, Type rootType)