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

org.dhatim.javabean.gen.templates.bindingConfig.ftl.xml Maven / Gradle / Ivy




    

    <#list classConfigs as classConfig>

    
    <#list classConfig.bindings as binding>
        <#if binding.wiring>
        property="${binding.property.name}" beanIdRef="${binding.selector}" />
        <#else>
        property="${binding.property.name}" <#if !binding.wiring>decoder="${binding.type}" data="${binding.selector}" />
        
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy