Marshaller, Unmarshallerpublic abstract class ProcessingContext extends Object
JsonbContext.| Modifier and Type | Field | Description |
|---|---|---|
protected JsonbContext |
jsonbContext |
|
protected static String |
NULL |
| Constructor | Description |
|---|---|
ProcessingContext(JsonbContext jsonbContext) |
Parent instance for marshaller and unmarshaller.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonbContext |
getJsonbContext() |
Jsonb context.
|
MappingContext |
getMappingContext() |
Mapping context.
|
protected static final String NULL
protected final JsonbContext jsonbContext
public ProcessingContext(JsonbContext jsonbContext)
jsonbContext - context of Jsonbpublic JsonbContext getJsonbContext()
public MappingContext getMappingContext()
Copyright © 2018 Oracle Corporation. All rights reserved.