Package Hierarchies:
- com.order.api01authgateway,
- com.order.api01authgateway.config,
- com.order.api01authgateway.controller,
- com.order.api01authgateway.dto,
- com.order.api01authgateway.entity,
- com.order.api01authgateway.exception,
- com.order.api01authgateway.repository,
- com.order.api01authgateway.security,
- com.order.api01authgateway.service,
- com.order.api02orderscrud,
- com.order.api02orderscrud.config,
- com.order.api02orderscrud.controller,
- com.order.api02orderscrud.dto,
- com.order.api02orderscrud.entity,
- com.order.api02orderscrud.exception,
- com.order.api02orderscrud.mapper,
- com.order.api02orderscrud.repository,
- com.order.api02orderscrud.service
Class Hierarchy
- java.lang.Object
- com.order.api01authgateway.Api01AuthGatewayApplication
- com.order.api02orderscrud.Api02OrdersCrudApplication
- com.order.api01authgateway.config.ApplicationConfig
- com.order.api01authgateway.controller.AuthController
- com.order.api01authgateway.service.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)
- org.springframework.web.filter.OncePerRequestFilter
- com.order.api02orderscrud.exception.GlobalExceptionHandler
- com.order.api01authgateway.security.JwtService
- com.order.api01authgateway.config.OpenApiConfig
- com.order.api02orderscrud.config.OpenApiConfig
- com.order.api02orderscrud.entity.Order
- com.order.api02orderscrud.controller.OrderController
- com.order.api02orderscrud.entity.OrderItem
- com.order.api02orderscrud.controller.OrderItemController
- com.order.api02orderscrud.service.OrderItemService
- com.order.api01authgateway.controller.OrderProxyController
- com.order.api02orderscrud.service.OrderService
- org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler (implements org.springframework.context.MessageSourceAware)
- com.order.api01authgateway.entity.Role
- com.order.api01authgateway.config.SecurityConfig
- com.order.api02orderscrud.config.SecurityConfig
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer (implements org.springframework.web.WebApplicationInitializer)
- java.lang.Throwable (implements java.io.Serializable)
- com.order.api01authgateway.entity.User
- com.order.api01authgateway.config.WebClientConfig
Interface Hierarchy
- com.order.api02orderscrud.mapper.OrderMapper
- 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>)