Uses of Interface
io.permazen.encoding.EncodingRegistry
Packages that use EncodingRegistry
Package
Description
Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
Core classes for the Permazen Java persistence layer.
Permazen
Encoding
s.Classes associated with
Jsck
, the Permazen key/value database consistency checker.Classes for modeling Permazen
Database
schemas.-
Uses of EncodingRegistry in io.permazen.cli.config
Fields in io.permazen.cli.config declared as EncodingRegistry -
Uses of EncodingRegistry in io.permazen.core
Methods in io.permazen.core that return EncodingRegistryModifier and TypeMethodDescriptionDatabase.getEncodingRegistry()
Get theEncodingRegistry
associated with this instance.SchemaBundle.getEncodingRegistry()
Get theEncodingRegistry
associated with this instance.Methods in io.permazen.core with parameters of type EncodingRegistryModifier and TypeMethodDescriptionvoid
Database.setEncodingRegistry
(EncodingRegistry encodingRegistry) Set theEncodingRegistry
associated with this instance.Constructors in io.permazen.core with parameters of type EncodingRegistryModifierConstructorDescriptionSchemaBundle
(SchemaBundle.Encoded encoded, EncodingRegistry encodingRegistry) Constructor. -
Uses of EncodingRegistry in io.permazen.encoding
Classes in io.permazen.encoding that implement EncodingRegistryModifier and TypeClassDescriptionclass
Permazen's defaultEncodingRegistry
.class
A straightforwardEncodingRegistry
implementation that creates object array types on demand.Fields in io.permazen.encoding with type parameters of type EncodingRegistryModifier and TypeFieldDescriptionprotected final ArrayList<EncodingRegistry>
DefaultEncodingRegistry.customEncodingRegistries
-
Uses of EncodingRegistry in io.permazen.jsck
Methods in io.permazen.jsck that return EncodingRegistryModifier and TypeMethodDescriptionJsckConfig.getEncodingRegistry()
Get theEncodingRegistry
used to interpret encoding names in recorded schemas.Methods in io.permazen.jsck with parameters of type EncodingRegistryModifier and TypeMethodDescriptionvoid
JsckConfig.setEncodingRegistry
(EncodingRegistry encodingRegistry) -
Uses of EncodingRegistry in io.permazen.schema
Methods in io.permazen.schema with parameters of type EncodingRegistryModifier and TypeMethodDescriptionvoid
SchemaModel.validateWithEncodings
(EncodingRegistry encodingRegistry) Validate this instance itself and also verify that all of its field encodings can be found in the givenEncodingRegistry
.