Package xyz.block.ftl.deployment
Class TypeAliasBuildItem
-
- All Implemented Interfaces:
public final class TypeAliasBuildItem extends MultiBuildItem
-
-
Constructor Summary
Constructors Constructor Description TypeAliasBuildItem(String name, String module, Type localType, Type serializedType, boolean exported)
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetModule()TypegetLocalType()TypegetSerializedType()booleanisExported()-
-
Method Detail
-
getLocalType
Type getLocalType()
-
getSerializedType
Type getSerializedType()
-
isExported
boolean isExported()
-
-
-
-