Hierarchy For All Packages
Package Hierarchies:- com.weather.info,
- com.weather.info.client,
- com.weather.info.entity,
- com.weather.info.exception,
- com.weather.info.model,
- com.weather.info.model.enums,
- com.weather.info.model.open.weather,
- com.weather.info.model.open.weather.utils,
- com.weather.info.properties,
- com.weather.info.repository,
- com.weather.info.rest.v1,
- com.weather.info.service,
- com.weather.info.service.impl
Class Hierarchy
- java.lang.Object
- com.weather.info.properties.ApplicationProperties
- com.weather.info.entity.CoordinatesEntity
- com.weather.info.client.OpenWeatherClient
- com.weather.info.properties.OpenWeatherConfigProperties
- com.weather.info.model.open.weather.OpenWeatherCoordinatesResponseVO
- com.weather.info.model.open.weather.utils.OpenWeatherEndpoints
- com.weather.info.model.open.weather.OpenWeatherResponseVO
- com.weather.info.model.open.weather.OpenWeatherResponseVO.TemperatureResponse
- com.weather.info.model.open.weather.OpenWeatherResponseVO.WeatherMainResponse
- com.weather.info.model.open.weather.OpenWeatherResponseVO.WindData
- com.weather.info.service.impl.OpenWeatherServiceImpl (implements com.weather.info.service.OpenWeatherService)
- com.weather.info.entity.PincodeEntity
- java.lang.Record
- com.weather.info.model.WeatherResponseVO
- com.weather.info.rest.v1.RestExceptionHandler
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.weather.info.exception.ResourceNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- com.weather.info.rest.v1.WeatherController
- com.weather.info.entity.WeatherEntity
- com.weather.info.WeatherInfoAutoConfiguration
- com.weather.info.WeatherInfoServiceApplication
- com.weather.info.service.impl.WeatherServiceImpl (implements com.weather.info.service.WeatherService)
Interface Hierarchy
- com.weather.info.service.OpenWeatherService
- 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.weather.info.repository.PincodeRepository
- com.weather.info.repository.WeatherRepository
- 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.weather.info.repository.PincodeRepository
- com.weather.info.repository.WeatherRepository
- 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.weather.info.repository.PincodeRepository
- com.weather.info.repository.WeatherRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- com.weather.info.service.WeatherService
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.weather.info.model.enums.SupportedDatePatterns
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)