Uses of Class
org.apache.johnzon.mapper.Mappings.CollectionMapping
-
Packages that use Mappings.CollectionMapping Package Description org.apache.johnzon.mapper -
-
Uses of Mappings.CollectionMapping in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper with type parameters of type Mappings.CollectionMapping Modifier and Type Field Description protected ConcurrentMap<Type,Mappings.CollectionMapping>
Mappings. collections
Methods in org.apache.johnzon.mapper that return Mappings.CollectionMapping Modifier and Type Method Description private <T> Mappings.CollectionMapping
Mappings. createCollectionMapping(ParameterizedType aType, Type root)
Mappings.CollectionMapping
Mappings. findCollectionMapping(ParameterizedType genericType, Type enclosingType)
Methods in org.apache.johnzon.mapper with parameters of type Mappings.CollectionMapping Modifier and Type Method Description private <T> Collection<T>
MappingParserImpl. mapCollection(Mappings.CollectionMapping mapping, jakarta.json.JsonArray jsonArray, Adapter itemConverter, ObjectConverter.Reader objectConverter, JsonPointerTracker jsonPointer, Type rootType)
-