Package org.python.core.adapter
Class ClassAdapter
java.lang.Object
org.python.core.adapter.ClassAdapter
- All Implemented Interfaces:
PyObjectAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if o can be adapted by this adapter.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.python.core.adapter.PyObjectAdapter
adapt
-
Constructor Details
-
ClassAdapter
-
-
Method Details
-
getAdaptedClass
-
canAdapt
Description copied from interface:PyObjectAdapterReturns true if o can be adapted by this adapter.- Specified by:
canAdaptin interfacePyObjectAdapter
-