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

axia.japidocs.1.1.2.source-code.Java_Entity_Setter.tpl Maven / Gradle / Ivy

There is a newer version: 1.4.4
Show newest version
    @JSONField(name="${REMOTE_FIELD_NAME}")
    public void set${CASE_FIELD_NAME}(${FIELD_TYPE} ${FIELD_NAME}){
        this.${FIELD_NAME} = ${FIELD_NAME};
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy