Package com.mewebstudio.springboot.jpa.slug
package com.mewebstudio.springboot.jpa.slug
-
ClassDescriptionDefault implementation of the
ISlugGeneratorinterface that generates slugs by transforming the input string to a standardized format.@EnableSlugis a configuration annotation that enables automatic slug generation in a Spring Boot application.Strategy interface for generating slugs from input strings.ISlugSupport<ID>Interface to be implemented by entities that support slugs.Auto-configuration class for enabling slug generation in JPA entities.Annotation to mark a field in a class that should be processed for slug generation.JPA entity listener for generating and updating slugs on entities that implement theISlugSupportinterface.Exception thrown when an error occurs during slug generation or slug-related operations.Interface to be implemented by custom slug generators.Registry for managing the globalSlugProvider.Utility class for handling slug generation operations.