Class CBORTypedObjectDecoderCache

java.lang.Object
org.webpki.cbor.CBORTypedObjectDecoderCache

public class CBORTypedObjectDecoderCache extends Object
Cache for typed object decoders.

Stores CBORTypedObjectDecoder classes for automatic instantiation during decoding.

Also see Typed Objects for an example.