Uses of Interface
one.xingyi.core.annotationProcessors.IViewDefnNameToViewName
-
Packages that use IViewDefnNameToViewName Package Description one.xingyi.core.annotationProcessors one.xingyi.core.typeDom -
-
Uses of IViewDefnNameToViewName in one.xingyi.core.annotationProcessors
Methods in one.xingyi.core.annotationProcessors that return IViewDefnNameToViewName Modifier and Type Method Description static IViewDefnNameToViewNameIViewDefnNameToViewName. simple(java.util.Map<java.lang.String,ViewNames> viewNamesMap)Methods in one.xingyi.core.annotationProcessors with parameters of type IViewDefnNameToViewName Modifier and Type Method Description Result<ElementFail,ViewDom>IElementToViewDom. apply(javax.lang.model.element.TypeElement viewElement, IViewDefnNameToViewName viewNamesMap) -
Uses of IViewDefnNameToViewName in one.xingyi.core.typeDom
Methods in one.xingyi.core.typeDom with parameters of type IViewDefnNameToViewName Modifier and Type Method Description static Result<java.lang.String,TypeDom>TypeDom. create(IServerNames names, java.lang.String rawTypeName, IViewDefnNameToViewName viewNamesMap)
-