Module com.google.gson
Package com.google.gson.interceptors
-
Interface Summary Interface Description JsonPostDeserializer<T> This interface is implemented by a class that wishes to inspect or modify an object after it has been deserialized. -
Class Summary Class Description InterceptorFactory A type adapter factory that implements@Intercept
.InterceptorFactory.InterceptorAdapter<T> -
Annotation Types Summary Annotation Type Description Intercept Use this annotation to indicate various interceptors for class instances after they have been processed by Gson.