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