![JAR search and dependency download from the Maven repository](/logo.png)
sk.seges.sesam.pap.service.printer.api.ServiceConverterElementPrinter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sesam-service-converter-processor Show documentation
Show all versions of sesam-service-converter-processor Show documentation
SeSAM service converter annotation processor
The newest version!
package sk.seges.sesam.pap.service.printer.api;
import sk.seges.sesam.core.pap.model.mutable.api.MutableDeclaredType;
import sk.seges.sesam.pap.service.model.ServiceTypeElement;
import sk.seges.sesam.pap.service.printer.model.ServiceConverterPrinterContext;
public interface ServiceConverterElementPrinter {
void initialize(ServiceTypeElement serviceTypeElement, MutableDeclaredType outputName);
void print(ServiceConverterPrinterContext context);
void finish(ServiceTypeElement serviceTypeElement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy