Uses of Record Class
nl.datasteel.crudcraft.codegen.descriptor.field.part.Identity
Packages that use Identity
Package
Description
-
Uses of Identity in nl.datasteel.crudcraft.codegen.descriptor.field
Constructors in nl.datasteel.crudcraft.codegen.descriptor.field with parameters of type IdentityModifierConstructorDescriptionFieldDescriptor
(Identity identity, DtoOptions dtoOptions, EnumOptions enumOptions, Relationship relationship, Validation validation, SearchOptions searchOptions, Security security) Creates a FieldDescriptor instance its various properties. -
Uses of Identity in nl.datasteel.crudcraft.codegen.reader.field
Methods in nl.datasteel.crudcraft.codegen.reader.field that return IdentityModifier and TypeMethodDescriptionIdentityExtractor.extract
(VariableElement field, ProcessingEnvironment env) Extracts the Identity field part from a VariableElement.