Uses of Interface
org.identityconnectors.framework.impl.serializer.ObjectTypeMapper

Packages that use ObjectTypeMapper
org.identityconnectors.framework.impl.serializer   
 

Uses of ObjectTypeMapper in org.identityconnectors.framework.impl.serializer
 

Subinterfaces of ObjectTypeMapper in org.identityconnectors.framework.impl.serializer
 interface ObjectSerializationHandler
          Interface to be implemented to handle the serialization/ deserialization of an object.
 

Classes in org.identityconnectors.framework.impl.serializer that implement ObjectTypeMapper
 class AbstractObjectSerializationHandler
           
 class EnumSerializationHandler
           
 class ObjectTypeMapperImpl
           
 

Methods in org.identityconnectors.framework.impl.serializer that return ObjectTypeMapper
static ObjectTypeMapper ObjectSerializerRegistry.getMapperByObjectType(Class<?> clazz)
           
static ObjectTypeMapper ObjectSerializerRegistry.getMapperBySerialType(String type)
           
 



Copyright © 2011. All Rights Reserved.