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