Uses of Class
io.permazen.core.SchemaBundle.Encoded
Packages that use SchemaBundle.Encoded
-
Uses of SchemaBundle.Encoded in io.permazen.core
Methods in io.permazen.core that return SchemaBundle.EncodedModifier and TypeMethodDescriptionSchemaBundle.getEncoded()Get the encoded form of this instance.static SchemaBundle.EncodedRead encodedSchemaBundledata from the given key/value store.SchemaBundle.withSchemaAdded(int schemaIndex, SchemaModel schemaModel) Build anSchemaBundle.Encodedinstance with the specified schema added.SchemaBundle.withSchemaRemoved(SchemaId schemaId) Build anSchemaBundle.Encodedinstance with the specified schema removed.Constructors in io.permazen.core with parameters of type SchemaBundle.EncodedModifierConstructorDescriptionEncoded(SchemaBundle.Encoded original) Copy constructor.SchemaBundle(SchemaBundle.Encoded encoded) Partial constructor for debugging and tooling purposes.SchemaBundle(SchemaBundle.Encoded encoded, EncodingRegistry encodingRegistry) Constructor.