Package ai.timefold.jpyinterpreter.types
Interface PythonJavaTypeMapping<PythonType_,JavaType_>
public interface PythonJavaTypeMapping<PythonType_,JavaType_>
-
Method Summary
Modifier and TypeMethodDescriptiontoJavaObject(PythonType_ pythonObject) toPythonObject(JavaType_ javaObject)
-
Method Details
-
getPythonType
PythonLikeType getPythonType() -
getJavaType
-
toPythonObject
-
toJavaObject
-