public final class ZserioTypeUtil
extends java.lang.Object
| Constructor and Description |
|---|
ZserioTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getFullName(PackageName packageName,
java.lang.String name)
Returns the full zserio name.
|
static java.lang.String |
getFullName(ZserioType type)
Returns the full zserio name with the package name as defined by Zserio source file.
|
public static java.lang.String getFullName(ZserioType type)
type - ZserioType to get the full name.public static java.lang.String getFullName(PackageName packageName, java.lang.String name)
packageName - Package name.name - Type or symbol name.Last updated 2024-07-18 11:31:32