Interface JaxRsWriterInterceptorContextState

All Known Implementing Classes:
JaxRsWriterInterceptorContextState.ClassicState

@Internal public sealed interface JaxRsWriterInterceptorContextState permits JaxRsWriterInterceptorContextState.ClassicState (not exhaustive)
State carried through a chain of WriterInterceptor calls. This allows for lazily populating expensive-to-construct fields.
Since:
4.9.2
Author:
Jonas Konrad