Uses of Interface
io.permazen.encoding.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
-
Uses of EncodingRegistry in io.permazen.core
Modifier and TypeMethodDescriptionDatabase.getEncodingRegistry()
Get theEncodingRegistry
associated with this instance.SchemaBundle.getEncodingRegistry()
Get theEncodingRegistry
associated with this instance.Modifier and TypeMethodDescriptionvoid
Database.setEncodingRegistry
(EncodingRegistry encodingRegistry) Set theEncodingRegistry
associated with this instance.ModifierConstructorDescriptionSchemaBundle
(SchemaBundle.Encoded encoded, EncodingRegistry encodingRegistry) Constructor. -
Uses of EncodingRegistry in io.permazen.encoding
Modifier and TypeClassDescriptionclass
Permazen's defaultEncodingRegistry
.class
A straightforwardEncodingRegistry
implementation that creates object array types on demand.Modifier and TypeFieldDescriptionprotected final ArrayList<EncodingRegistry>
DefaultEncodingRegistry.customEncodingRegistries
-
Uses of EncodingRegistry in io.permazen.jsck
Modifier and TypeMethodDescriptionJsckConfig.getEncodingRegistry()
Get theEncodingRegistry
used to interpret encoding names in recorded schemas.Modifier and TypeMethodDescriptionvoid
JsckConfig.setEncodingRegistry
(EncodingRegistry encodingRegistry) -
Uses of EncodingRegistry in io.permazen.schema
Modifier 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
.