Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.cis.gorecipe.Application
- com.cis.gorecipe.BaseTest
- com.cis.gorecipe.controller.FoodImageControllerTest
- com.cis.gorecipe.controller.RecipeControllerTest
- com.cis.gorecipe.controller.UserControllerTest
- com.cis.gorecipe.service.ClarifaiServiceImpl (implements com.cis.gorecipe.service.ClarifaiService)
- com.cis.gorecipe.model.DietaryRestriction
- com.cis.gorecipe.util.FileUtil
- com.cis.gorecipe.model.FoodImage
- com.cis.gorecipe.controller.FoodImageController
- com.cis.gorecipe.model.Ingredient
- com.cis.gorecipe.model.Recipe
- com.cis.gorecipe.model.RecipeCalendarItem
- com.cis.gorecipe.controller.RecipeController
- com.cis.gorecipe.service.S3ServiceImpl (implements com.cis.gorecipe.service.S3Service)
- com.cis.gorecipe.service.SpoonacularServiceImpl (implements com.cis.gorecipe.service.SpoonacularService)
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer (implements org.springframework.web.WebApplicationInitializer)
- com.cis.gorecipe.ServletInitializer
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.cis.gorecipe.exception.FoodImageNotFoundException
- com.cis.gorecipe.exception.RecipeNotFoundException
- com.cis.gorecipe.exception.UserNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- com.cis.gorecipe.model.User
- com.cis.gorecipe.controller.UserController
- com.cis.gorecipe.dto.UserDTO
Interface Hierarchy
- com.cis.gorecipe.service.ClarifaiService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- com.cis.gorecipe.repository.DietaryRestrictionRepository
- com.cis.gorecipe.repository.FoodImageRepository
- com.cis.gorecipe.repository.IngredientRepository
- com.cis.gorecipe.repository.RecipeCalendarItemRepository
- com.cis.gorecipe.repository.RecipeRepository
- com.cis.gorecipe.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- com.cis.gorecipe.repository.DietaryRestrictionRepository
- com.cis.gorecipe.repository.FoodImageRepository
- com.cis.gorecipe.repository.IngredientRepository
- com.cis.gorecipe.repository.RecipeCalendarItemRepository
- com.cis.gorecipe.repository.RecipeRepository
- com.cis.gorecipe.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- com.cis.gorecipe.service.S3Service
- com.cis.gorecipe.service.SpoonacularService