Class DtoGsonSupplierSupport

  • All Implemented Interfaces:
    Supplier<com.google.gson.Gson>

    public class DtoGsonSupplierSupport
    extends Object
    implements Supplier<com.google.gson.Gson>
    Author:
    Tony Chemit - dev@tchemit.fr
    • Field Detail

      • gsonBuilder

        protected com.google.gson.GsonBuilder gsonBuilder
    • Constructor Detail

      • DtoGsonSupplierSupport

        public DtoGsonSupplierSupport​(boolean prettyPrint)
    • Method Detail

      • get

        public com.google.gson.Gson get()
        Specified by:
        get in interface Supplier<com.google.gson.Gson>
      • getGsonBuilder

        protected com.google.gson.GsonBuilder getGsonBuilder​(boolean prettyPrint)