org.identityconnectors.framework.impl.serializer
Class ObjectTypeMapperImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
All Implemented Interfaces:
ObjectTypeMapper
Direct Known Subclasses:
AbstractObjectSerializationHandler

public class ObjectTypeMapperImpl
extends Object
implements ObjectTypeMapper


Constructor Summary
ObjectTypeMapperImpl(Class<?> handledClass, String handledType)
           
 
Method Summary
 Class<?> getHandledObjectType()
          Returns the java class handled by this handler.
 String getHandledSerialType()
          Returns the type of object being serialized.
 boolean getMatchSubclasses()
          Should we match subclasses of the given class or only the exact class?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTypeMapperImpl

public ObjectTypeMapperImpl(Class<?> handledClass,
                            String handledType)
Method Detail

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.