MCPcopy Create free account
hub / github.com/aws/smithy-go / GetValue

Method GetValue

document/json/encoder.go:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40// valueProvider is an interface for retrieving a JSON Value type used for encoding.
41type valueProvider interface {
42 GetValue() smithyjson.Value
43}
44
45// jsonValueProvider is a valueProvider that returns the JSON value encoder as is.

Callers 7

encodeMethod · 0.65
encodeZeroValueMethod · 0.65
encodeStructMethod · 0.65
encodeMapMethod · 0.65
encodeSliceMethod · 0.65
encodeScalarMethod · 0.65
encodeNumberMethod · 0.65

Implementers 2

jsonObjectKeyProviderdocument/json/encoder.go
jsonArrayProviderdocument/json/encoder.go

Calls

no outgoing calls

Tested by

no test coverage detected