Top Interfaces Classes
[default module]

Package org.python.core.adapter


Interface Summary

Modifier and TypeInterface and Description
public interface
PyObjectAdapter

PyObjectAdapters turn Java Objects into PyObjects.

Class Summary

Modifier and TypeClass and Description
public abstract class
public class
ClassicPyObjectAdapter

Implements the algorithm originally used in Py#java2py to adapt objects.

public class
ExtensiblePyObjectAdapter

A PyObjectAdapter attempts to adapt a Java Object with three user fillable groups of adapters: preClass, class and postClass.