Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- eu.dnetlib.developers.dto.API
- eu.dnetlib.developers.controllers.APIController
- eu.dnetlib.developers.services.APIService
- eu.dnetlib.developers.services.AuthorizationService
- eu.dnetlib.developers.configuration.Datasource
- eu.dnetlib.developers.configuration.DataSourceConfig
- eu.dnetlib.developers.DevelopersAPIApplication
- eu.dnetlib.developers.controllers.HealthController
- eu.dnetlib.developers.dto.Jwks (implements java.io.Serializable)
- eu.dnetlib.developers.dto.JwksDeserializer (implements com.google.gson.JsonDeserializer<T>)
- eu.dnetlib.developers.dto.Key (implements java.io.Serializable)
- eu.dnetlib.developers.entities.PersonalInfo
- eu.dnetlib.developers.controllers.PersonalInfoController
- eu.dnetlib.developers.services.PersonalInfoService
- eu.dnetlib.developers.configuration.Properties
- eu.dnetlib.developers.dto.RegisteredAT
- eu.dnetlib.developers.entities.RegisteredService
- eu.dnetlib.developers.dto.ServiceForm
- eu.dnetlib.developers.dto.ServiceRequest
- eu.dnetlib.developers.dto.ServiceResponse (implements java.io.Serializable)
- org.springframework.boot.web.support.SpringBootServletInitializer (implements org.springframework.web.WebApplicationInitializer)
- eu.dnetlib.developers.ServletInitializer
- eu.dnetlib.developers.utils.StringListConverter (implements javax.persistence.AttributeConverter<X,Y>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- eu.dnetlib.developers.exceptions.EntityMissingException
- eu.dnetlib.developers.exceptions.EntityNotFoundException
- eu.dnetlib.developers.exceptions.ForbiddenException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- eu.dnetlib.developers.configuration.SwaggerConfig
Interface Hierarchy
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- eu.dnetlib.developers.repositories.PersonalInfoDAO
- eu.dnetlib.developers.repositories.RegisteredServiceDAO
- org.springframework.data.repository.CrudRepository<T,ID>