Package one.xingyi.core.names
Interface IClassNameStrategy
-
- All Superinterfaces:
INameStrategy
public interface IClassNameStrategy extends INameStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static IClassNameStrategysimple
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoRoot(java.lang.String entityType)-
Methods inherited from interface one.xingyi.core.names.INameStrategy
toClientEntityDefn, toClientViewCompanion, toClientViewImpl, toClientViewInterface, toCompositeCompanion, toCompositeImpl, toCompositeInterface, toServerCompanion, toServerController, toServerImplForDomain, toServerInterfaceForDomain
-
-
-
-
Field Detail
-
simple
static final IClassNameStrategy simple
-
-