cz.cuni.amis.introspection.python
Class PyObjectWrappersManager
java.lang.Object
cz.cuni.amis.introspection.python.PyObjectWrappersManager
public class PyObjectWrappersManager
- extends Object
Here is a class which manages wrappers for Jython classes.
If you wish to add a new wrapper, just create a wrapper and register
it here in protected constructor.
- Author:
- Jimmy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PyObjectWrappersManager
protected PyObjectWrappersManager()
getWrapper
public static PyObjectWrapper getWrapper(Class c)
registerWrapper
public static void registerWrapper(Class c,
PyObjectWrapper wrapper)
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.