java.lang.Object
com.thoughtworks.go.plugin.configrepo.codec.GsonCodec

public class GsonCodec
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    GsonCodec()  
    GsonCodec​(com.google.gson.GsonBuilder builder)  
  • Method Summary

    Modifier and Type Method Description
    com.google.gson.Gson getGson()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GsonCodec

      public GsonCodec()
    • GsonCodec

      public GsonCodec​(com.google.gson.GsonBuilder builder)
  • Method Details

    • getGson

      public com.google.gson.Gson getGson()