Hierarchy For All Packages
- com.example.demo,
- com.example.demo.appuser,
- com.example.demo.calorie,
- com.example.demo.db,
- com.example.demo.email,
- com.example.demo.registration,
- com.example.demo.registration.token,
- com.example.demo.security,
- com.example.demo.security.config
Class Hierarchy
- java.lang.Object
- com.example.demo.calorie.App
- com.example.demo.appuser.AppUser (implements org.springframework.security.core.userdetails.UserDetails)
- com.example.demo.appuser.AppUserService (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.example.demo.calorie.CalorieLog
- com.example.demo.calorie.CaloriePrompts
- com.example.demo.calorie.CalorieUtil
- com.example.demo.registration.token.ConfirmationToken
- com.example.demo.registration.token.ConfirmationTokenService
- com.example.demo.DemoApplication
- com.example.demo.email.EmailService (implements com.example.demo.email.EmailSender)
- com.example.demo.registration.EmailValidator (implements java.util.function.Predicate<T>)
- com.example.demo.calorie.Macro
- com.example.demo.security.PasswordEncoder
- com.example.demo.registration.RegistrationController
- com.example.demo.registration.RegistrationRequest
- com.example.demo.registration.RegistrationService
- com.example.demo.db.SchemaFixRunner (implements org.springframework.boot.CommandLineRunner)
- com.example.demo.security.config.WebSecurityConfig
Interface Hierarchy
- com.example.demo.email.EmailSender
- 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.example.demo.calorie.CalorieLogRepository
- com.example.demo.registration.token.ConfirmationTokenRepository
- com.example.demo.appuser.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.example.demo.calorie.CalorieLogRepository
- com.example.demo.registration.token.ConfirmationTokenRepository
- com.example.demo.appuser.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.example.demo.calorie.CalorieLogRepository
- com.example.demo.registration.token.ConfirmationTokenRepository
- com.example.demo.appuser.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.example.demo.appuser.AppUserRole
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)