Uses of Class
one.xingyi.core.names.ViewNames
-
Packages that use ViewNames Package Description one.xingyi.core.annotationProcessors one.xingyi.core.codeDom one.xingyi.core.names -
-
Uses of ViewNames in one.xingyi.core.annotationProcessors
Methods in one.xingyi.core.annotationProcessors with parameters of type ViewNames Modifier and Type Method Description IElementToFieldDomElementToBundle. elementToFieldDomForView(ViewNames viewNames)IElementToFieldListDomElementToBundle. elementToFieldListDomForView(ViewNames viewNames)IElementToViewDomElementToBundle. elementToViewDom(ViewNames viewNames)static IElementToFieldDomIElementToFieldDom. forView(LoggerAdapter loggerAdapter, ElementToBundle bundle, ViewNames viewNames)static IElementToViewDomIElementToViewDom. forView(LoggerAdapter log, ElementToBundle bundle, ViewNames viewNames)static IElementToFieldListDomIElementToFieldListDom. forViews(LoggerAdapter log, ElementToBundle bundle, ViewNames viewNames)Method parameters in one.xingyi.core.annotationProcessors with type arguments of type ViewNames Modifier and Type Method Description static IViewDefnNameToViewNameIViewDefnNameToViewName. simple(java.util.Map<java.lang.String,ViewNames> viewNamesMap) -
Uses of ViewNames in one.xingyi.core.codeDom
Fields in one.xingyi.core.codeDom declared as ViewNames Modifier and Type Field Description ViewNamesViewDom. viewNames -
Uses of ViewNames in one.xingyi.core.names
Methods in one.xingyi.core.names that return ViewNames Modifier and Type Method Description ViewNamesIServerNames. viewName(java.lang.String className, java.lang.String entityClassName)
-