Uses of Class
one.xingyi.core.annotationProcessors.ElementFail
-
Packages that use ElementFail Package Description one.xingyi.core.annotationProcessors one.xingyi.core.codeDom one.xingyi.core.utils -
-
Uses of ElementFail in one.xingyi.core.annotationProcessors
Methods in one.xingyi.core.annotationProcessors that return types with arguments of type ElementFail Modifier and Type Method Description Result<ElementFail,ViewDom>IElementToViewDom. apply(javax.lang.model.element.TypeElement viewElement, IViewDefnNameToViewName viewNamesMap)static <T> Result<ElementFail,T>ElementFail. lift(javax.lang.model.element.Element element, Result<java.lang.String,T> result) -
Uses of ElementFail in one.xingyi.core.codeDom
Methods in one.xingyi.core.codeDom that return types with arguments of type ElementFail Modifier and Type Method Description static Result<ElementFail,CompositeViewDom>CompositeViewDom. create(LoggerAdapter log, javax.lang.model.element.TypeElement element, IPackageNameStrategy packageNameStrategy, IClassNameStrategy classNameStrategy)static Result<ElementFail,ServerDom>ServerDom. create(IServerNames names, javax.lang.model.element.Element element, CodeDom codeDom) -
Uses of ElementFail in one.xingyi.core.utils
Methods in one.xingyi.core.utils with parameters of type ElementFail Modifier and Type Method Description default voidLoggerAdapter. error(ElementFail fail)Method parameters in one.xingyi.core.utils with type arguments of type ElementFail Modifier and Type Method Description default <T> java.util.List<T>LoggerAdapter. logFailuresAndReturnSuccesses(java.util.List<Result<ElementFail,T>> list)
-