public class PythonObjectConstructor
extends net.razorvine.pickle.objects.ClassDictConstructor
| Constructor and Description |
|---|
PythonObjectConstructor(String module,
String name,
Class<? extends PythonObject> clazz) |
| Modifier and Type | Method and Description |
|---|---|
PythonObject |
construct(Object[] args) |
Class<? extends PythonObject> |
getClazz() |
String |
getModule() |
String |
getName() |
PythonObject |
newObject() |
PythonObject |
reconstruct(Object first,
Object second) |
public PythonObjectConstructor(String module, String name, Class<? extends PythonObject> clazz)
public PythonObject newObject()
public PythonObject construct(Object[] args)
construct in interface net.razorvine.pickle.IObjectConstructorconstruct in class net.razorvine.pickle.objects.ClassDictConstructorpublic PythonObject reconstruct(Object first, Object second)
public String getModule()
public String getName()
public Class<? extends PythonObject> getClazz()
Copyright © 2024. All rights reserved.