Uses of Class
io.permazen.util.Diffs
Packages that use Diffs
Package
Description
Classes for modeling Permazen
Database
schemas.General utility classes used with Permazen.
-
Uses of Diffs in io.permazen.schema
Methods in io.permazen.schema that return DiffsModifier and TypeMethodDescriptionAbstractEnumSchemaField.differencesFrom
(SimpleSchemaField other) protected Diffs
CollectionSchemaField.differencesFrom
(CollectionSchemaField that) EnumArraySchemaField.differencesFrom
(SimpleSchemaField other) ListSchemaField.differencesFrom
(ListSchemaField that) MapSchemaField.differencesFrom
(MapSchemaField that) ReferenceSchemaField.differencesFrom
(SimpleSchemaField other) SchemaCompositeIndex.differencesFrom
(SchemaCompositeIndex that) protected Diffs
SchemaItem.differencesFrom
(SchemaItem that) SchemaModel.differencesFrom
(SchemaModel that) SchemaObjectType.differencesFrom
(SchemaObjectType that) SetSchemaField.differencesFrom
(SetSchemaField that) SimpleSchemaField.differencesFrom
(SimpleSchemaField that) -
Uses of Diffs in io.permazen.util
Methods in io.permazen.util that return DiffsModifier and TypeMethodDescriptionDiffGenerating.differencesFrom
(T other) Detect the differences of this instance when compared to the given instance.Methods in io.permazen.util with parameters of type DiffsModifier and TypeMethodDescriptionvoid
Add a difference with optional sub-differences.Constructors in io.permazen.util with parameters of type Diffs