Class CodecRegistry

java.lang.Object
io.activej.codec.registry.CodecRegistry
All Implemented Interfaces:
CodecFactory

public final class CodecRegistry
extends Object
implements CodecFactory
A registry which stores codecs by their type and allows dynamic dispatch of them.

Also it allows dynamic construction of codecs for generic types.