public interface JsonService
Modifier and Type | Method and Description |
---|---|
void |
addDeserializerTo(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Adds a deserializer to a given
ObjectMapper to modify the default
behavior. |
String |
parseObject(Object obj)
Parses the given Object.
|
Copyright © 2014–2022 ImageJ. All rights reserved.