Class AbstractChildReuseStreamDecoder

  • All Implemented Interfaces:
    io.micronaut.serde.Decoder, java.lang.AutoCloseable

    @Internal
    public abstract class AbstractChildReuseStreamDecoder
    extends AbstractStreamDecoder
    AbstractStreamDecoder extension that does not need to allocate for child decoders.
    • Constructor Detail

      • AbstractChildReuseStreamDecoder

        protected AbstractChildReuseStreamDecoder​(@NonNull
                                                  AbstractStreamDecoder parent)
      • AbstractChildReuseStreamDecoder

        protected AbstractChildReuseStreamDecoder​(@NonNull
                                                  java.lang.Class<?> view)