Uses of Class
io.github.grumpystuff.grumpyjson.registry.Sealable
Packages that use Sealable
Package
Description
-
Uses of Sealable in io.github.grumpystuff.grumpyjson.deserialize
Subclasses of Sealable in io.github.grumpystuff.grumpyjson.deserializeModifier and TypeClassDescriptionfinal classThis registry keeps theJsonDeserializers used by aJsonEngine. -
Uses of Sealable in io.github.grumpystuff.grumpyjson.registry
Subclasses of Sealable in io.github.grumpystuff.grumpyjson.registryModifier and TypeClassDescriptionclassRegistry<K,V> Base class for a registry which acts somewhat like aMap, but with the following differences: For each registrable ("value" in Map terminology), the registry can determine the keys which that registrable supports, i.e. the keys that can be used to obtain that registrable from the registry. -
Uses of Sealable in io.github.grumpystuff.grumpyjson.serialize
Subclasses of Sealable in io.github.grumpystuff.grumpyjson.serializeModifier and TypeClassDescriptionfinal classThis registry keeps theJsonSerializers used by aJsonEngine.