Class DecorableTSFactory

java.lang.Object
tools.jackson.core.TokenStreamFactory
tools.jackson.core.base.DecorableTSFactory
All Implemented Interfaces:
Serializable, Snapshottable<TokenStreamFactory>, Versioned
Direct Known Subclasses:
BinaryTSFactory, TextualTSFactory

public abstract class DecorableTSFactory extends TokenStreamFactory implements Serializable
Intermediate base TokenStreamFactory implementation that offers support for streams that allow decoration of low-level input sources and output targets.
Since:
3.0
See Also: