I wonder why nobody sees something so good. Retrofit: An open source product from Square that provides a type-safe REST client for Android applications. It...
Retrofit turns your HTTP API into a Java interface. Retrofit turns your HTTP API into a Java interface. The Retrofit class generates an implementation of...
The SSM framework implements Requet parameter logging 1 based on Spring-AOP. The raw submission (object type submission) can be obtained from request's getParameterMap(), or from...
Gson is a class that is directly used by Gson developers and is only responsible for input and output. TypeToken encapsulates "action classes" (gson.fromjson (JSON,...
In the previous chapter we briefly introduced Springboot's use of Gson as a message parser. In this chapter we will use caching annotations in Springboot....
Moshi is a Json deserialization and serialization framework that Square opened in June 2015. When it comes to Json, you should think of Gson, FastJson,...
Dagger2 is a very popular dependency injection framework currently maintained by Google and already has 12K Star on Github. The threshold for getting into Dagger2...