Interface IElementToViewDom
-
public interface IElementToViewDom
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Result<ElementFail,ViewDom>apply(javax.lang.model.element.TypeElement viewElement, IViewDefnNameToViewName viewNamesMap)static IElementToViewDomforView(ElementToBundle bundle, ViewNames viewNames)
-
-
-
Method Detail
-
forView
static IElementToViewDom forView(ElementToBundle bundle, ViewNames viewNames)
-
apply
Result<ElementFail,ViewDom> apply(javax.lang.model.element.TypeElement viewElement, IViewDefnNameToViewName viewNamesMap)
-
-