Uses of Interface
nl.datasteel.crudcraft.annotations.CrudEndpointPolicy
Packages that use CrudEndpointPolicy
Package
Description
-
Uses of CrudEndpointPolicy in nl.datasteel.crudcraft.annotations
Classes in nl.datasteel.crudcraft.annotations that implement CrudEndpointPolicyModifier and TypeClassDescriptionenumEnum representing various CRUD endpoint templates. -
Uses of CrudEndpointPolicy in nl.datasteel.crudcraft.codegen.descriptor.model
Methods in nl.datasteel.crudcraft.codegen.descriptor.model that return types with arguments of type CrudEndpointPolicyModifier and TypeMethodDescriptionClass<? extends CrudEndpointPolicy> ModelDescriptor.getEndpointPolicy()Returns the custom endpoint policy, if defined. -
Uses of CrudEndpointPolicy in nl.datasteel.crudcraft.codegen.descriptor.model.part
Methods in nl.datasteel.crudcraft.codegen.descriptor.model.part that return types with arguments of type CrudEndpointPolicyModifier and TypeMethodDescriptionClass<? extends CrudEndpointPolicy> EndpointOptions.endpointPolicy()Returns the value of theendpointPolicyrecord component.Class<? extends CrudEndpointPolicy> EndpointOptions.getEndpointPolicy()Returns the custom endpoint policy class for this model.Constructor parameters in nl.datasteel.crudcraft.codegen.descriptor.model.part with type arguments of type CrudEndpointPolicyModifierConstructorDescriptionEndpointOptions(CrudTemplate template, CrudEndpoint[] omitEndpoints, CrudEndpoint[] includeEndpoints, Class<? extends CrudEndpointPolicy> endpointPolicy) Immutable constructor for EndpointOptions.