Uses of Interface
org.identityconnectors.framework.impl.api.ObjectStreamHandler
-
Packages that use ObjectStreamHandler Package Description org.identityconnectors.framework.impl.api -
-
Uses of ObjectStreamHandler in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return ObjectStreamHandler Modifier and Type Method Description static ObjectStreamHandler
StreamHandlerUtil. adaptToObjectStreamHandler(Class<?> interfaceType, Object target)
Methods in org.identityconnectors.framework.impl.api with parameters of type ObjectStreamHandler Modifier and Type Method Description static Object
StreamHandlerUtil. adaptFromObjectStreamHandler(Class<?> interfaceType, ObjectStreamHandler target)
-