Uses of Enum Class
nl.datasteel.crudcraft.annotations.CrudTemplate
Packages that use CrudTemplate
Package
Description
-
Uses of CrudTemplate in nl.datasteel.crudcraft.annotations
Methods in nl.datasteel.crudcraft.annotations that return CrudTemplateModifier and TypeMethodDescriptionstatic CrudTemplate
Returns the enum constant of this class with the specified name.static CrudTemplate[]
CrudTemplate.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CrudTemplate in nl.datasteel.crudcraft.codegen.descriptor.model
Methods in nl.datasteel.crudcraft.codegen.descriptor.model that return CrudTemplateModifier and TypeMethodDescriptionModelDescriptor.getTemplate()
Returns the template used for generating endpoints for this model. -
Uses of CrudTemplate in nl.datasteel.crudcraft.codegen.descriptor.model.part
Methods in nl.datasteel.crudcraft.codegen.descriptor.model.part that return CrudTemplateModifier and TypeMethodDescriptionEndpointOptions.getTemplate()
Returns the base endpoint template to use for this model.EndpointOptions.template()
Returns the value of thetemplate
record component.Constructors in nl.datasteel.crudcraft.codegen.descriptor.model.part with parameters of type CrudTemplateModifierConstructorDescriptionEndpointOptions
(CrudTemplate template, CrudEndpoint[] omitEndpoints, CrudEndpoint[] includeEndpoints, Class<? extends CrudEndpointPolicy> endpointPolicy) Immutable constructor for EndpointOptions.