public interface JsonbDeserializer<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(javax.json.stream.JsonParser parser,
DeserializationContext ctx,
Type rtType)
JsonParser is at START_OBJECT event.
|
T deserialize(javax.json.stream.JsonParser parser, DeserializationContext ctx, Type rtType)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.