public final class StructTemplateDataContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PYTHON_OWNER_PREFIX |
| Constructor and Description |
|---|
StructTemplateDataContext(zserio.extension.python.PythonExtensionParameters pythonParameters,
PackedTypesCollector packedTypesCollector) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeneratorDescription() |
PackedTypesCollector |
getPackedTypesCollector() |
ExpressionFormatter |
getPythonExpressionFormatter(zserio.extension.python.ImportCollector importCollector) |
zserio.extension.python.PythonNativeMapper |
getPythonNativeMapper() |
ExpressionFormatter |
getPythonOwnerIndirectExpressionFormatter(zserio.extension.python.ImportCollector importCollector) |
ExpressionFormatter |
getPythonSqlIndirectExpressionFormatter(zserio.extension.python.ImportCollector importCollector) |
boolean |
getWithCodeComments() |
boolean |
getWithRangeCheckCode() |
boolean |
getWithTypeInfoCode() |
boolean |
getWithWriterCode() |
protected static final java.lang.String PYTHON_OWNER_PREFIX
public StructTemplateDataContext(zserio.extension.python.PythonExtensionParameters pythonParameters,
PackedTypesCollector packedTypesCollector)
public ExpressionFormatter getPythonExpressionFormatter(zserio.extension.python.ImportCollector importCollector)
public ExpressionFormatter getPythonOwnerIndirectExpressionFormatter(zserio.extension.python.ImportCollector importCollector)
public PackedTypesCollector getPackedTypesCollector()
public zserio.extension.python.PythonNativeMapper getPythonNativeMapper()
public ExpressionFormatter getPythonSqlIndirectExpressionFormatter(zserio.extension.python.ImportCollector importCollector)
public boolean getWithWriterCode()
public boolean getWithRangeCheckCode()
public boolean getWithTypeInfoCode()
public boolean getWithCodeComments()
public java.lang.String getGeneratorDescription()
Last updated 2024-07-18 11:31:32