
template.MapperPrimitiveTemplate.vsl Maven / Gradle / Ivy
## Velocity Template.
package ${functionPackage};
#foreach( $import in $imports)
import $import;
#end
/**
* generated mapper function wrapper for a numeric primitive.
*
*
* - template file: ${currentTemplate}
*
- output class : {@link Number}
*
- input class : {@link ${filterSubjectClass}}
#foreach($sourceInfo in $sourceMappingList)
*
- input class : {@link ${sourceInfo.type}}
#end
*
- map function : {@link ${targetClass}#${targetMethod}}
*
- multiArg : ${multiArgFunc}
*
*
*
* @author Greg Higgins
*/
public class ${functionClass} extends AbstractFilterWrapper© 2015 - 2025 Weber Informatics LLC | Privacy Policy