Uses of Interface
one.xingyi.core.names.IServerNames
-
Packages that use IServerNames Package Description one.xingyi.core.annotationProcessors one.xingyi.core.codeDom one.xingyi.core.names one.xingyi.core.typeDom -
-
Uses of IServerNames in one.xingyi.core.annotationProcessors
Methods in one.xingyi.core.annotationProcessors that return IServerNames Modifier and Type Method Description IServerNamesElementToBundle. serverNames()Methods in one.xingyi.core.annotationProcessors with parameters of type IServerNames Modifier and Type Method Description static IElementsToMapOfViewDefnToViewIElementsToMapOfViewDefnToView. simple(IServerNames serverNames)static IElementToEntityNamesIElementToEntityNames. simple(IServerNames serverNames)static IElementToViewNamesIElementToViewNames. simple(IServerNames serverNames) -
Uses of IServerNames in one.xingyi.core.codeDom
Methods in one.xingyi.core.codeDom with parameters of type IServerNames Modifier and Type Method Description static Result<ElementFail,ServerDom>ServerDom. create(IServerNames names, javax.lang.model.element.Element element, CodeDom codeDom) -
Uses of IServerNames in one.xingyi.core.names
Methods in one.xingyi.core.names that return IServerNames Modifier and Type Method Description static IServerNamesIServerNames. simple(IPackageNameStrategy packageNameStrategy, IClassNameStrategy classNameStrategy) -
Uses of IServerNames in one.xingyi.core.typeDom
Methods in one.xingyi.core.typeDom with parameters of type IServerNames Modifier and Type Method Description static Result<java.lang.String,TypeDom>TypeDom. create(IServerNames names, java.lang.String rawTypeName, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromEmbedded(IServerNames names, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromResourceList(IServerNames names, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromSimpleList(IServerNames names, IViewDefnNameToViewName viewNamesMap)
-