com.vladmihalcea.hibernate.type.util
Class ObjectMapperJsonSerializer
java.lang.Object
com.vladmihalcea.hibernate.type.util.ObjectMapperJsonSerializer
- All Implemented Interfaces:
- JsonSerializer, Serializable
public class ObjectMapperJsonSerializer
- extends Object
- implements JsonSerializer
- Author:
- Vlad Mihalcea
- See Also:
- Serialized Form
|
Method Summary |
|
clone(T object)
Clone JSON object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectMapperJsonSerializer
public ObjectMapperJsonSerializer(ObjectMapperWrapper objectMapperWrapper)
clone
public <T> T clone(T object)
- Description copied from interface:
JsonSerializer
- Clone JSON object.
- Specified by:
clone in interface JsonSerializer
- Type Parameters:
T - JSON object parameterized type- Parameters:
object - JSON object
- Returns:
- cloned JSON object
Copyright © 2022. All rights reserved.