public interface BOSerializationDepthI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
The sum of n-1 and n-m relations, i.e. the current effective depth
|
int |
getN1Depth()
Current depth just regarding n-1 relations
|
int |
getNMDepth()
Current depth just regarding n-m relations
|
void |
popN1()
Decreses the n-1 relation counter and pops the last object from the depth stack
|
void |
popNM()
Decreses the n-1 relation counter and pops the last object from the depth stack
|
void |
pushN1(BOI bo)
Increases the n-1 relation counter and adds this (nullable) BO to the stack.
|
void |
pushNM(java.util.Map map)
Increases the n-m relation counter and adds this nonnull LazyMap to the depth stack
|
void |
reset()
Resets all counters back to 0 and clears the current path
|
static final java.lang.String $0
int getN1Depth()
int getNMDepth()
int getDepth()
void pushN1(BOI bo)
popN1()
void popN1()
void pushNM(java.util.Map map)
void popNM()
void reset()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.