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