public abstract class JacksonJrExtension extends Object
JSON
.
Extensions typically provide things like custom readers (ValueReader
)
and writers (ValueWriter
) (via ReaderWriterProvider
), and
modifers (ReaderWriterModifier
) that allow customizing aspects of
JSON reading and writing.Constructor and Description |
---|
JacksonJrExtension() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
register(ExtensionContext ctxt)
Method called by
JSON to let extension register handlers
it wants to. |
protected abstract void register(ExtensionContext ctxt)
JSON
to let extension register handlers
it wants to.ctxt
- Context that allows extension to register handlersCopyright © 2020 FasterXML. All rights reserved.