public final class NativeTypeInfoTemplateData
extends java.lang.Object
| Constructor and Description |
|---|
NativeTypeInfoTemplateData(JavaNativeType javaNativeType) |
NativeTypeInfoTemplateData(JavaNativeType javaNativeType,
TypeInstantiation typeInstantiation) |
NativeTypeInfoTemplateData(JavaNativeType javaNativeType,
TypeReference typeReference) |
| Modifier and Type | Method and Description |
|---|---|
ArrayableInfoTemplateData |
getArrayableInfo() |
boolean |
getIsBitmask() |
boolean |
getIsBoolean() |
boolean |
getIsBytes() |
boolean |
getIsDouble() |
boolean |
getIsEnum() |
boolean |
getIsFloat() |
boolean |
getIsIntegral() |
boolean |
getIsLong() |
boolean |
getIsSimple() |
boolean |
getRequiresBigInt() |
java.lang.String |
getTypeFullName() |
RuntimeFunctionTemplateData |
getTypeInfoGetter() |
java.lang.String |
getTypeName() |
public NativeTypeInfoTemplateData(JavaNativeType javaNativeType, TypeInstantiation typeInstantiation) throws ZserioExtensionException
ZserioExtensionExceptionpublic NativeTypeInfoTemplateData(JavaNativeType javaNativeType, TypeReference typeReference) throws ZserioExtensionException
ZserioExtensionExceptionpublic NativeTypeInfoTemplateData(JavaNativeType javaNativeType) throws ZserioExtensionException
ZserioExtensionExceptionpublic java.lang.String getTypeFullName()
public java.lang.String getTypeName()
public boolean getIsSimple()
public boolean getIsBytes()
public boolean getIsEnum()
public boolean getIsBitmask()
public boolean getIsBoolean()
public boolean getIsLong()
public boolean getIsFloat()
public boolean getIsDouble()
public boolean getIsIntegral()
public boolean getRequiresBigInt()
public ArrayableInfoTemplateData getArrayableInfo()
public RuntimeFunctionTemplateData getTypeInfoGetter()
Last updated 2024-07-18 11:31:32