@Internal
public interface PropertyReferenceManager
| Modifier and Type | Method and Description |
|---|---|
void |
popManagedRef()
Remove the last parent (if present) from the stack.
|
<B,P> void |
pushManagedRef(PropertyReference<B,P> reference)
Pushes a parent onto the stack.
|
<B,P> void pushManagedRef(@NonNull
PropertyReference<B,P> reference)
B - The bean typeP - The parentreference - The referencepopManagedRef()void popManagedRef()