Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.libitum.app.AppApplication
    • com.libitum.app.controllers.AuthController
    • com.libitum.app.services.AuthService
    • org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
    • com.libitum.app.jwt.JwtEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
    • com.libitum.app.jwt.JwtUtil
    • com.libitum.app.model.user.LoginUserDto
    • com.libitum.app.model.user.RegisterUserDto
    • com.libitum.app.model.user.ResponseUserDto
    • com.libitum.app.model.Role
    • com.libitum.app.config.SecurityConfig
    • com.libitum.app.model.user.User
    • com.libitum.app.util.UserMapper
    • com.libitum.app.services.UserService (implements org.springframework.security.core.userdetails.UserDetailsService)

Interface Hierarchy

  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.springframework.data.repository.ListCrudRepository<T,ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)

Enum Class Hierarchy