public final class Document
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
void |
addDatatypeWriter(DatatypeWriter<?> dw) |
Defines additional user object
-> string conversion logic. |
public void addDatatypeWriter(DatatypeWriter<?> dw)
->
string conversion logic.
Applications can add their own DatatypeWriter
so that
application-specific objects can be turned into String
for output.
dw
- The DatatypeWriter
to be added. Must not be null.Copyright © 2018 Oracle Corporation. All rights reserved.