Uses of Class
io.permazen.schema.CollectionSchemaField
-
Packages that use CollectionSchemaField Package Description io.permazen.schema Classes for modeling PermazenDatabase
schemas. -
-
Uses of CollectionSchemaField in io.permazen.schema
Subclasses of CollectionSchemaField in io.permazen.schema Modifier and Type Class Description class
ListSchemaField
A list field in one version of aSchemaObjectType
.class
SetSchemaField
A set field in one version of aSchemaObjectType
.Methods in io.permazen.schema that return CollectionSchemaField Modifier and Type Method Description CollectionSchemaField
CollectionSchemaField. clone()
Methods in io.permazen.schema with parameters of type CollectionSchemaField Modifier and Type Method Description protected R
SchemaFieldSwitchAdapter. caseCollectionSchemaField(CollectionSchemaField field)
Adapter class roll-up method.protected Diffs
CollectionSchemaField. differencesFrom(CollectionSchemaField that)
-