public interface SerializationProcessListener
| Modifier and Type | Method and Description |
|---|---|
void |
jsonProcessed(Object reference,
Class<?> instanceClass,
com.fasterxml.jackson.databind.ObjectMapper mapper,
String json)
Some xml was processed.
|
void |
xmlProcessed(Object reference,
Class<?> instanceClass,
JAXBContext context,
String xml)
Some xml was processed.
|
void xmlProcessed(Object reference, Class<?> instanceClass, JAXBContext context, String xml)
reference - The object that was being processed.instanceClass - The class.context - The context.xml - The xml.Copyright © 2018. All rights reserved.