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