Uses of Interface
one.xingyi.core.names.IClassNameStrategy
-
Packages that use IClassNameStrategy Package Description one.xingyi.core.codeDom one.xingyi.core.names -
-
Uses of IClassNameStrategy in one.xingyi.core.codeDom
Methods in one.xingyi.core.codeDom with parameters of type IClassNameStrategy Modifier and Type Method Description static Result<ElementFail,CompositeViewDom>CompositeViewDom. create(LoggerAdapter log, javax.lang.model.element.TypeElement element, IPackageNameStrategy packageNameStrategy, IClassNameStrategy classNameStrategy) -
Uses of IClassNameStrategy in one.xingyi.core.names
Fields in one.xingyi.core.names declared as IClassNameStrategy Modifier and Type Field Description static IClassNameStrategyIClassNameStrategy. simpleMethods in one.xingyi.core.names with parameters of type IClassNameStrategy Modifier and Type Method Description static IServerNamesIServerNames. simple(IPackageNameStrategy packageNameStrategy, IClassNameStrategy classNameStrategy)
-