public interface ObjectTypeMapper
Modifier and Type | Method and Description |
---|---|
Class<?> |
getHandledObjectType()
Returns the java class handled by this handler.
|
String |
getHandledSerialType()
Returns the type of object being serialized.
|
boolean |
isMatchSubclasses()
Should we match subclasses of the given class or only
the exact class?
|
String getHandledSerialType()
Class<?> getHandledObjectType()
boolean isMatchSubclasses()
Copyright © 2019. All rights reserved.