Interface JacksonCompat.ObjectMapperAccessor
- Enclosing class:
JacksonCompat
public static interface JacksonCompat.ObjectMapperAccessor
Accessor for
ObjectMapper
that provides methods to serialize and
deserialize JSON.- Since:
- 4.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
<I> I
deserialize
(Object json, Class<I> type) Deserialize aJsonNode
to the requestedtype
.from
(VaultOperations vaultOperations) writeValueAsString
(Object object)
-
Method Details
-
create
-
from
-
deserialize
-
writeValueAsString
-