Hierarchy For All Packages
- com.dmasone.identity,
- com.dmasone.identity.api.controller,
- com.dmasone.identity.api.mapper,
- com.dmasone.identity.domain.model,
- com.dmasone.identity.domain.repository,
- com.dmasone.identity.infrastructure.exception,
- com.dmasone.identity.infrastructure.security,
- com.dmasone.identity.service
Class Hierarchy
- java.lang.Object
- com.dmasone.identity.infrastructure.exception.GlobalExceptionHandler
- com.dmasone.identity.IdentityServiceApplication
- com.dmasone.identity.infrastructure.security.PasswordConfig
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.dmasone.identity.infrastructure.exception.EmailAlreadyExistsException
- com.dmasone.identity.infrastructure.exception.UserNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- com.dmasone.identity.domain.model.User
- com.dmasone.identity.service.UserServiceV1
- com.dmasone.identity.service.UserServiceV2
- com.dmasone.identity.api.controller.UsersV1Controller (implements com.dmasone.identity.api.generated.UsersV1Api)
- com.dmasone.identity.api.controller.UsersV2Controller (implements com.dmasone.identity.api.generated.UsersV2Api)
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>) - com.dmasone.identity.domain.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- 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>) - com.dmasone.identity.domain.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<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>) - com.dmasone.identity.domain.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- com.dmasone.identity.api.mapper.UserMapper
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.dmasone.identity.domain.model.UserStatus
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)