org.identityconnectors.framework.impl.serializer
Class ObjectTypeMapperImpl
java.lang.Object
org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
- All Implemented Interfaces:
- ObjectTypeMapper
- Direct Known Subclasses:
- AbstractObjectSerializationHandler
public class ObjectTypeMapperImpl
- extends Object
- implements ObjectTypeMapper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTypeMapperImpl
public ObjectTypeMapperImpl(Class<?> handledClass,
String handledType)
getHandledObjectType
public final Class<?> getHandledObjectType()
- Description copied from interface:
ObjectTypeMapper
- Returns the java class handled by this handler.
- Specified by:
getHandledObjectType in interface ObjectTypeMapper
getHandledSerialType
public final String getHandledSerialType()
- Description copied from interface:
ObjectTypeMapper
- Returns the type of object being serialized. This is
an abstract type name that is intended to be language
neutral.
- Specified by:
getHandledSerialType in interface ObjectTypeMapper
getMatchSubclasses
public boolean getMatchSubclasses()
- Description copied from interface:
ObjectTypeMapper
- Should we match subclasses of the given class or only
the exact class?
- Specified by:
getMatchSubclasses in interface ObjectTypeMapper
Copyright © 2011. All Rights Reserved.