所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.jrack.web.Application
    • cn.jrack.web.config.DicData
    • cn.jrack.web.config.DictAutoConfig (implements cn.jrack.springboot.dict.core.handler.DictionaryHandler)
    • cn.jrack.web.entity.Entity (implements java.io.Serializable)
    • cn.jrack.web.controller.IndexController
    • com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
      • cn.jrack.web.config.DicSerializer (implements com.fasterxml.jackson.databind.ser.ContextualSerializer)
    • cn.jrack.web.entity.User

Annotation Interface Hierarchy

  • cn.jrack.web.config.Dict (implements java.lang.annotation.Annotation)