Interface PropertyReferenceManager

All Known Subinterfaces:
Deserializer.DecoderContext, Serializer.EncoderContext
All Known Implementing Classes:
AbstractPropertyReferenceManager

@Internal public interface PropertyReferenceManager
interface for managing property references.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Remove the last parent (if present) from the stack.
    <B, P> void
    pushManagedRef(@NonNull PropertyReference<B,P> reference)
    Pushes a parent onto the stack.