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

templates.evalField.mustache Maven / Gradle / Ivy

The newest version!
            //Field {{fieldName}}
            {{#toEval}}
            toEval.add(
            {{/toEval}}
            {{^toEval}}
                {{evaluatedConfigurationName}}.{{fieldSetter}}(
            {{/toEval}}
                eval{{fieldType}}Property("{{fieldName}}", {{originalConfigurationName}}.{{fieldGetter}}(), {{#fieldClass}}{{fieldClass}}.class,{{/fieldClass}} currentAttributePrefix, ctx)
            {{#toEval}}
                .doOnSuccess(value -> {{evaluatedConfigurationName}}.{{fieldSetter}}(value))
            {{/toEval}}
            );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy