C# Class AWSSDK_DotNet35.UnitTests.TestTools.JsonSampleGenerator

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Execute ( ) : string
JsonSampleGenerator ( ServiceModel model, Shape rootStructure ) : System

Private Methods

Method Description
Write ( JsonWriter writer, Shape shape ) : void
WriteArray ( JsonWriter writer, Shape array ) : void
WriteMap ( JsonWriter writer, Shape map ) : void
WriteStructure ( JsonWriter writer, Shape structure ) : void

Method Details

Execute() public method

public Execute ( ) : string
return string

JsonSampleGenerator() public method

public JsonSampleGenerator ( ServiceModel model, Shape rootStructure ) : System
model ServiceClientGenerator.ServiceModel
rootStructure ServiceClientGenerator.Shape
return System