Uses of Class
org.kordamp.jipsy.processor.CheckResult
-
Packages that use CheckResult Package Description org.kordamp.jipsy.processor org.kordamp.jipsy.processor.service org.kordamp.jipsy.processor.sisu org.kordamp.jipsy.processor.type -
-
Uses of CheckResult in org.kordamp.jipsy.processor
Fields in org.kordamp.jipsy.processor declared as CheckResult Modifier and Type Field Description static CheckResultCheckResult. OKMethods in org.kordamp.jipsy.processor that return CheckResult Modifier and Type Method Description protected CheckResultAbstractSpiProcessor. isImplementation(javax.lang.model.element.TypeElement currentClass, javax.lang.model.element.TypeElement type)static CheckResultCheckResult. valueOf(java.lang.String message)Methods in org.kordamp.jipsy.processor with parameters of type CheckResult Modifier and Type Method Description protected voidAbstractSpiProcessor. reportError(javax.lang.model.element.TypeElement element, CheckResult result) -
Uses of CheckResult in org.kordamp.jipsy.processor.service
Methods in org.kordamp.jipsy.processor.service that return CheckResult Modifier and Type Method Description private CheckResultServiceProviderProcessor. checkCurrentClass(javax.lang.model.element.TypeElement currentClass) -
Uses of CheckResult in org.kordamp.jipsy.processor.sisu
Methods in org.kordamp.jipsy.processor.sisu that return CheckResult Modifier and Type Method Description private CheckResultSisuIndexProviderProcessor. checkCurrentClass(javax.lang.model.element.TypeElement currentClass) -
Uses of CheckResult in org.kordamp.jipsy.processor.type
Methods in org.kordamp.jipsy.processor.type that return CheckResult Modifier and Type Method Description private CheckResultTypeProviderProcessor. checkCurrentClass(javax.lang.model.element.TypeElement currentClass)
-