Package org.python.modules.jffi
Class NativeDataConverter
- java.lang.Object
-
- org.python.modules.jffi.NativeDataConverter
-
public abstract class NativeDataConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NativeDataConverter()
NativeDataConverter(boolean referenceRequired, boolean postInvokeRequired)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract PyObject
fromNative(PyObject obj)
boolean
isPostInvokeRequired()
boolean
isReferenceRequired()
abstract NativeType
nativeType()
abstract PyObject
toNative(PyObject obj)
-
-
-
Method Detail
-
isReferenceRequired
public final boolean isReferenceRequired()
-
isPostInvokeRequired
public final boolean isPostInvokeRequired()
-
nativeType
public abstract NativeType nativeType()
-
-