Package | Description |
---|---|
org.apache.johnzon.mapper |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.reflect.Type,Mappings.CollectionMapping> |
Mappings.collections |
Modifier and Type | Method and Description |
---|---|
private <T> Mappings.CollectionMapping |
Mappings.createCollectionMapping(java.lang.reflect.ParameterizedType aType,
java.lang.reflect.Type root) |
Mappings.CollectionMapping |
Mappings.findCollectionMapping(java.lang.reflect.ParameterizedType genericType,
java.lang.reflect.Type enclosingType) |
Modifier and Type | Method and Description |
---|---|
private <T> java.util.Collection<T> |
MappingParserImpl.mapCollection(Mappings.CollectionMapping mapping,
javax.json.JsonArray jsonArray,
Adapter itemConverter,
ObjectConverter.Reader objectConverter,
JsonPointerTracker jsonPointer,
java.lang.reflect.Type rootType) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.