Package org.python.core.adapter
-
Interface Summary Interface Description PyObjectAdapter PyObjectAdapters turn Java Objects into PyObjects. -
Class Summary Class Description ClassAdapter ClassicPyObjectAdapter Implements the algorithm originally used inPy.java2py(java.lang.Object)
to adapt objects.ExtensiblePyObjectAdapter A PyObjectAdapter attempts to adapt a Java Object with three user fillable groups of adapters: preClass, class and postClass.