Uses of Class
io.permazen.PermazenSimpleField
-
Uses of PermazenSimpleField in io.permazen
Modifier and TypeClassDescriptionclass
Represents anEnum
array field in aPermazenClass
.class
Represents anEnum
field in aPermazenClass
.class
Represents a reference field in aPermazenClass
or a reference sub-field of a complex field in aPermazenClass
.Modifier and TypeMethodDescriptionstatic PermazenSimpleField
Util.findSimpleField
(PermazenClass<?> pclass, String fieldName) Identify the named simple field in the givenPermazenClass
.PermazenCollectionField.getElementField()
Get the element sub-field.PermazenMapField.getKeyField()
Get the key sub-field.final PermazenSimpleField
PermazenComplexField.getSubField
(String name) Get the sub-field with the given name.PermazenMapField.getValueField()
Get the value sub-field.Modifier and TypeMethodDescriptionPermazenCompositeIndex.getFields()
Get thePermazenSimpleField
s on which this index is based.PermazenCollectionField.getSubFields()
abstract List<PermazenSimpleField>
PermazenComplexField.getSubFields()
Get the sub-fields associated with this field.PermazenMapField.getSubFields()
Modifier and TypeMethodDescriptiondefault R
PermazenFieldSwitch.casePermazenSimpleField
(PermazenSimpleField field) Handle aPermazenSimpleField
.