| Modifier and Type | Interface and Description |
|---|---|
| public interface | PyObjectAdapter
PyObjectAdapters turn Java Objects into PyObjects. |
| Modifier and Type | Class and Description |
|---|---|
| public abstract class | |
| public class | ClassicPyObjectAdapter
Implements the algorithm originally used in |
| public class | ExtensiblePyObjectAdapter
A PyObjectAdapter attempts to adapt a Java Object with three user fillable groups of adapters: preClass, class and postClass. |