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()
ObjectTypeMapper
getHandledObjectType
in interface ObjectTypeMapper
public final String getHandledSerialType()
ObjectTypeMapper
getHandledSerialType
in interface ObjectTypeMapper
public boolean isMatchSubclasses()
ObjectTypeMapper
isMatchSubclasses
in interface ObjectTypeMapper
Copyright © 2019. All rights reserved.