Class ThreadLocalHolder
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.ThreadLocalHolder
-
public final class ThreadLocalHolder extends Object
Just another data holder that stores data in a threadlocal map. If you only want to share data across serializers and deserializers prefer usingContext. Internally Genson uses it for the spring webmvc integration, so it can pass method signatures and extract its annotations, etc.- Author:
- Eugen Cepoi
- See Also:
Context,ExtendedReqRespBodyMethodProcessor,GensonMessageConverter
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalHolder()
-