public interface MappingParser
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<java.lang.Class<?>> |
getSkippedConverters() |
<T> T |
readObject(javax.json.JsonValue jsonValue,
java.lang.reflect.Type targetType) |
<T> T |
readObject(java.lang.reflect.Type targetType) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.