Package com.mewebstudio.springboot.jpa.slug.kotlin
See: Description
-
Class Summary Class Description DefaultSlugGenerator Default implementation of the ISlugGenerator interface that generates slugs by transforming the input string to a standardized format. SlugAutoConfiguration Auto-configuration class for enabling slug generation in JPA entities. SlugListener JPA entity listener for generating and updating slugs on entities that implement the ISlugSupport interface. SlugOperationException Exception thrown when an error occurs during slug generation or slug-related operations. -
Annotation Summary Annotation Description EnableSlug {@code @EnableSlug} is a configuration annotation that enables automatic slug generation in a Spring Boot application. SlugField Annotation to mark a field in a class that should be processed for slug generation. -
Interface Summary Interface Description ISlugGenerator Strategy interface for generating slugs from input strings. ISlugProvider Interface to be implemented by custom slug generators. ISlugSupport Interface to be implemented by entities that support slugs. -
Object Summary Object Description SlugRegistry Registry for managing the global ISlugProvider. SlugUtil Utility class for handling slug generation operations.