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

testdata_builder.ObjectBuilder_customFunctions.ftl Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
<#include '/makros.ftl'>
package ${variables.rootPackage}.common.builders;

import java.util.LinkedList;
import java.util.List;

import ${pojo.package}.${pojo.name};
import ${variables.rootPackage}.common.builders.P;

/**
 * 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 - 2024 Weber Informatics LLC | Privacy Policy