public final class NestedScope
extends java.lang.Object
| Constructor | Description |
|---|---|
NestedScope() |
| Modifier and Type | Method | Description |
|---|---|---|
ObjectMapper |
getObjectMapper() |
|
ObjectMapper |
nextLevel(ObjectMapper level) |
Sets the new current nested level and pushes old current nested level down the stack returns that level.
|
ObjectMapper |
previousLevel() |
Sets the previous nested level as current nested level and removes and returns the current nested level.
|
public ObjectMapper getObjectMapper()
public ObjectMapper nextLevel(ObjectMapper level)
public ObjectMapper previousLevel()