类分层结构
- java.lang.Object
- org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
- com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter (implements org.springframework.http.converter.GenericHttpMessageConverter<T>)
- com.ruijc.fastjson.FastJsonAutoConfiguration
- com.ruijc.fastjson.FastJsonAutoConfiguration.FastJson2HttpMessageConverterConfiguration
- com.ruijc.fastjson.bean.FastJsonFilterObject
- com.ruijc.fastjson.FastJsonProperties
- com.ruijc.fastjson.advice.FastJsonResponseBodyAdvice (implements org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- com.alibaba.fastjson.serializer.SimplePropertyPreFilter (implements com.alibaba.fastjson.serializer.PropertyPreFilter)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
注释类型分层结构
- com.ruijc.fastjson.annotation.SerializeField (implements java.lang.annotation.Annotation)
- com.ruijc.fastjson.annotation.MultiSerializeField (implements java.lang.annotation.Annotation)
- com.ruijc.fastjson.annotation.MoreSerializeField (implements java.lang.annotation.Annotation)
- com.ruijc.fastjson.annotation.JSONP (implements java.lang.annotation.Annotation)
Copyright © 2016. All Rights Reserved.