Interface PropPatchSetter

All Known Implementing Classes:
PropertySourcePatchSetter

public interface PropPatchSetter
Applies a proppatch result to a resource This interface is only really needed to support updating properties via the old PropPatchableResource.setFields() method. The more modern way of doing things is through the PropertySource interface, which is symmetrical for reading and writing properties.
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    Update the given resource with the properties specified in the parseResult and return appropriate responses
    boolean
    Return whether the given resource can be proppatch'ed with this PropPatchSetter