所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.github.xiaoymin.knife4j.core.model.AnnotationCacheKey (implements java.lang.Comparable<T>)
- com.github.xiaoymin.knife4j.core.util.AnnotationUtils
- com.github.xiaoymin.knife4j.core.util.Assert
- com.github.xiaoymin.knife4j.core.util.CollectionUtils
- com.github.xiaoymin.knife4j.core.util.CommonUtils
- com.github.xiaoymin.knife4j.core.conf.Consts
- com.github.xiaoymin.knife4j.core.model.DynamicClass
- com.github.xiaoymin.knife4j.core.model.MarkdownProperty
- com.github.xiaoymin.knife4j.core.extend.OpenApiExtend
- com.github.xiaoymin.knife4j.core.extend.OpenApiExtendMarkdownChildren
- com.github.xiaoymin.knife4j.core.extend.OpenApiExtendMarkdownFile
- com.github.xiaoymin.knife4j.core.extend.OpenApiExtendSetting
- com.github.xiaoymin.knife4j.core.model.OpenAPIInfo
- com.github.xiaoymin.knife4j.core.model.OperationSortModel
- com.github.xiaoymin.knife4j.core.model.SortModel
- com.github.xiaoymin.knife4j.core.util.StrUtil
注释类型分层结构
- com.github.xiaoymin.knife4j.annotations.ApiOperationSort (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.ApiOperationSupport (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.ApiSort (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.ApiSupport (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.DynamicParameter (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.DynamicParameters (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.DynamicResponseParameters (implements java.lang.annotation.Annotation)
- com.github.xiaoymin.knife4j.annotations.Ignore (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.github.xiaoymin.knife4j.core.enums.AnnotationClassEnums
- com.github.xiaoymin.knife4j.core.enums.ApiRuleEnums
- com.github.xiaoymin.knife4j.core.enums.OpenAPILanguageEnums
- com.github.xiaoymin.knife4j.core.enums.PathRuleEnums
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)