public interface TraversalMutator extends TraversalHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
TraversalMutator.Conditional |
static class |
TraversalMutator.Default |
| Modifier and Type | Method and Description |
|---|---|
Object |
mutateReference(Object instance,
Object parent) |
static TraversalMutator |
New(Function<Object,?> logic) |
static TraversalMutator |
New(Predicate<Object> condition,
Function<Object,?> logic) |
Copyright © 2022 MicroStream Software. All rights reserved.