Uses of Record Class
nl.datasteel.crudcraft.codegen.descriptor.model.part.ModelSecurity
Packages that use ModelSecurity
Package
Description
-
Uses of ModelSecurity in nl.datasteel.crudcraft.codegen.descriptor.model
Constructors in nl.datasteel.crudcraft.codegen.descriptor.model with parameters of type ModelSecurityModifierConstructorDescriptionModelDescriptor
(ModelIdentity identity, ModelFlags flags, EndpointOptions endpoints, ModelSecurity security) Constructs a ModelDescriptor with the provided identity, flags, endpoints, and security options. -
Uses of ModelSecurity in nl.datasteel.crudcraft.codegen.reader.model
Methods in nl.datasteel.crudcraft.codegen.reader.model that return ModelSecurityModifier and TypeMethodDescriptionModelSecurityExtractor.extract
(TypeElement cls, ProcessingEnvironment env) Extracts security configuration from the given model class.