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