ftl.rest.server.$$RestJsonModelWriterTemplateftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxmicro-annotation-processor-rest-server Show documentation
Show all versions of rxmicro-annotation-processor-rest-server Show documentation
The RxMicro Annotation Processor internal module that generates REST server components.
<#include "../../common-lib.javaftl">
<#-- -------------------------------------------------------------------------------------------------------- -->
public final class ${JAVA_MODEL_CLASS.modelWriterImplSimpleClassName} extends ModelWriter<${JAVA_MODEL_CLASS.javaSimpleClassName}> {
<#if JAVA_MODEL_CLASS.paramEntriesPresent>
private final ${JAVA_MODEL_CLASS.modelToJsonConverterImplSimpleClassName} ${JAVA_MODEL_CLASS.toJsonConverterInstanceName};
private final ExchangeDataFormatConverter