所有程序包的分层结构
- cn.herodotus.stirrup.rest.servlet.identity.config,
- cn.herodotus.stirrup.rest.servlet.identity.controller,
- cn.herodotus.stirrup.rest.servlet.identity.dto
类分层结构
- java.lang.Object
- cn.herodotus.stirrup.core.definition.domain.base.AbstractDto (implements cn.herodotus.stirrup.core.definition.domain.base.Entity)
- cn.herodotus.stirrup.web.core.definition.dto.BaseDto
- cn.herodotus.stirrup.rest.servlet.identity.dto.OAuth2PermissionDto
- cn.herodotus.stirrup.web.core.definition.dto.BaseDto
- cn.herodotus.stirrup.web.api.servlet.AbstractJpaReadableController<E,
ID> (implements cn.herodotus.stirrup.web.api.servlet.JpaReadableController<E, ID>) - cn.herodotus.stirrup.web.api.servlet.AbstractJpaWriteableController<E,
ID> (implements cn.herodotus.stirrup.web.api.servlet.JpaWriteableController<E, ID>) - cn.herodotus.stirrup.rest.servlet.identity.controller.OAuth2ApplicationController
- cn.herodotus.stirrup.rest.servlet.identity.controller.OAuth2ComplianceController
- cn.herodotus.stirrup.rest.servlet.identity.controller.OAuth2DeviceController
- cn.herodotus.stirrup.rest.servlet.identity.controller.OAuth2ProductController
- cn.herodotus.stirrup.rest.servlet.identity.controller.OAuth2ScopeController
- cn.herodotus.stirrup.web.api.servlet.AbstractJpaWriteableController<E,
- cn.herodotus.stirrup.rest.servlet.identity.controller.OAuth2ConstantController
- cn.herodotus.stirrup.rest.servlet.identity.dto.OAuth2ScopeDto
- cn.herodotus.stirrup.rest.servlet.identity.config.RestServletIdentityConfiguration
- cn.herodotus.stirrup.core.definition.domain.base.AbstractDto (implements cn.herodotus.stirrup.core.definition.domain.base.Entity)