Interface ReferenceUpdater<C>
public interface ReferenceUpdater<C>
Represents a reference to another resource, and the logic to update that reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ReferenceUpdater<T>
create
(String propertyName, BiFunction<T, String, T> change)
-
Method Details
-
propertyName
String propertyName() -
update
-
create
-