Interface IElementToFieldListDom
-
- All Superinterfaces:
java.util.function.BiFunction<javax.lang.model.element.TypeElement,IViewDefnNameToViewName,Result<ElementFail,FieldListDom>>
public interface IElementToFieldListDom extends java.util.function.BiFunction<javax.lang.model.element.TypeElement,IViewDefnNameToViewName,Result<ElementFail,FieldListDom>>
-
-
Method Summary
Static Methods Modifier and Type Method Description static IElementToFieldListDomforEntities(ElementToBundle bundle, EntityNames entityNames)static IElementToFieldListDomforViews(ElementToBundle bundle, ViewNames viewNames)
-
-
-
Method Detail
-
forEntities
static IElementToFieldListDom forEntities(ElementToBundle bundle, EntityNames entityNames)
-
forViews
static IElementToFieldListDom forViews(ElementToBundle bundle, ViewNames viewNames)
-
-