public class ObjectTypeMapperImpl extends Object implements ObjectTypeMapper
| Constructor and Description |
|---|
ObjectTypeMapperImpl(Class<?> handledClass,
String handledType) |
| 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?
|
public final Class<?> getHandledObjectType()
ObjectTypeMappergetHandledObjectType in interface ObjectTypeMapperpublic final String getHandledSerialType()
ObjectTypeMappergetHandledSerialType in interface ObjectTypeMapperpublic boolean isMatchSubclasses()
ObjectTypeMapperisMatchSubclasses in interface ObjectTypeMapperCopyright © 2022. All rights reserved.