All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.templates.testdata_builder.ObjectBuilder_customFunctions.ftl Maven / Gradle / Ivy

<#include '/makros.ftl'>
package ${variables.rootPackage}.common.builders;

import java.util.LinkedList;
import java.util.List;
import java.util.function.Consumer;

import ${pojo.package}.${pojo.name};

/**
 * Test data builder for ${pojo.name} generated with cobigen.
 */
public class ${pojo.name}Builder {

	/**
	 * Might be enriched to users needs (will not be overwritten)
	 */	
    private void fillMandatoryFields_custom() {
    
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy