Uses of Interface
org.smooks.api.memento.Memento
-
Packages that use Memento Package Description org.smooks.api.memento -
-
Uses of Memento in org.smooks.api.memento
Methods in org.smooks.api.memento with type parameters of type Memento Modifier and Type Method Description <T extends Memento>
TMementoCaretaker. stash(T defaultMemento, Function<T,T> function)Methods in org.smooks.api.memento that return Memento Modifier and Type Method Description MementoMemento. copy()Performs a deep clone of thisMemento.Methods in org.smooks.api.memento with parameters of type Memento Modifier and Type Method Description voidMementoCaretaker. capture(Memento memento)Stores a copy of aMemento.booleanMementoCaretaker. exists(Memento memento)voidMementoCaretaker. forget(Memento memento)voidMemento. restore(Memento memento)Combines aMementostate with thisMementovoidMementoCaretaker. restore(Memento memento)Mutates aMementoto match the state of a savedMemento.
-