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,
zserio.extension.common.PackedTypesCollector packedTypesCollector) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeneratorDescription() |
zserio.extension.common.PackedTypesCollector |
getPackedTypesCollector() |
zserio.extension.common.ExpressionFormatter |
getPythonExpressionFormatter(zserio.extension.python.ImportCollector importCollector) |
zserio.extension.python.PythonNativeMapper |
getPythonNativeMapper() |
zserio.extension.common.ExpressionFormatter |
getPythonOwnerIndirectExpressionFormatter(zserio.extension.python.ImportCollector importCollector) |
zserio.extension.common.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,
zserio.extension.common.PackedTypesCollector packedTypesCollector)
public zserio.extension.common.ExpressionFormatter getPythonExpressionFormatter(zserio.extension.python.ImportCollector importCollector)
public zserio.extension.common.ExpressionFormatter getPythonOwnerIndirectExpressionFormatter(zserio.extension.python.ImportCollector importCollector)
public zserio.extension.common.PackedTypesCollector getPackedTypesCollector()
public zserio.extension.python.PythonNativeMapper getPythonNativeMapper()
public zserio.extension.common.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-10-29 12:54:38