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