private static class MappingParserImpl.SuppressConversionMappingParser extends Object implements MappingParser
ObjectConverter
lookup if and only if
the JsonValue
is the same refernece than the lookup was done before.Modifier and Type | Field and Description |
---|---|
private MappingParserImpl |
delegate |
private javax.json.JsonObject |
suppressConversionFor |
Constructor and Description |
---|
SuppressConversionMappingParser(MappingParserImpl delegate,
javax.json.JsonObject suppressConversionFor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
readObject(javax.json.JsonValue jsonValue,
Type targetType) |
<T> T |
readObject(Type targetType) |
private final MappingParserImpl delegate
private final javax.json.JsonObject suppressConversionFor
public SuppressConversionMappingParser(MappingParserImpl delegate, javax.json.JsonObject suppressConversionFor)
public <T> T readObject(Type targetType)
readObject
in interface MappingParser
public <T> T readObject(javax.json.JsonValue jsonValue, Type targetType)
readObject
in interface MappingParser
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.