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

io.yawp.servlet.rest.PatchRestAction Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.servlet.rest;

import io.yawp.commons.utils.FacadeUtils;
import io.yawp.commons.utils.JsonUtils;

public class PatchRestAction extends UpdateRestAction {

    @Override
    protected void beforeShieldHooks() {
        assert !isRequestBodyJsonArray();
        FacadeUtils.copyOtherProperties(id.fetch(), getObject(), JsonUtils.getProperties(requestJson));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy