Package com.mewebstudio.springboot.jpa.slug


package com.mewebstudio.springboot.jpa.slug
  • Class
    Description
    Default implementation of the ISlugGenerator interface that generates slugs by transforming the input string to a standardized format.
    @EnableSlug is a configuration annotation that enables automatic slug generation in a Spring Boot application.
    Strategy interface for generating slugs from input strings.
    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 the ISlugSupport interface.
    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 global SlugProvider.
    Utility class for handling slug generation operations.