Class SignerConfigJsonHelper

java.lang.Object
com.amazonaws.internal.config.SignerConfigJsonHelper
All Implemented Interfaces:
Builder<SignerConfig>

public class SignerConfigJsonHelper extends Object implements Builder<SignerConfig>
An internal class used to build SignerConfig after this class per se has been unmarshalled from JSON. This class allows us to make use of Jackson without the need to write any special parser or json marshaller/unmarshaller.
  • Constructor Details

    • SignerConfigJsonHelper

      public SignerConfigJsonHelper()
    • SignerConfigJsonHelper

      public SignerConfigJsonHelper(String signerType)
  • Method Details