![JAR search and dependency download from the Maven repository](/logo.png)
sk.seges.sesam.pap.service.printer.api.ConverterContextElementPrinter 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.pap.converter.model.ConverterProviderType;
import sk.seges.sesam.pap.service.model.ConverterProviderContextType;
public interface ConverterContextElementPrinter {
void initialize(ConverterProviderContextType contextType);
void print(ConverterProviderType serviceConverterProvider);
void finish(ConverterProviderContextType contextType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy