Class ObjectSerializerRegistry
- java.lang.Object
-
- org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
-
public final class ObjectSerializerRegistry extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectSerializationHandler
getHandlerByObjectType(Class<?> clazz)
static ObjectSerializationHandler
getHandlerBySerialType(String type)
static ObjectTypeMapper
getMapperByObjectType(Class<?> clazz)
static ObjectTypeMapper
getMapperBySerialType(String type)
-
-
-
Method Detail
-
getMapperBySerialType
public static ObjectTypeMapper getMapperBySerialType(String type)
-
getMapperByObjectType
public static ObjectTypeMapper getMapperByObjectType(Class<?> clazz)
-
getHandlerBySerialType
public static ObjectSerializationHandler getHandlerBySerialType(String type)
-
getHandlerByObjectType
public static ObjectSerializationHandler getHandlerByObjectType(Class<?> clazz)
-
-