Class AwsModule

All Implemented Interfaces:
Versioned, Serializable

@AutoService(com.fasterxml.jackson.databind.Module.class) public class AwsModule extends SimpleModule
A Jackson Module that registers a JsonSerializer and JsonDeserializer for AwsCredentialsProvider and some subclasses. The serialized form is a JSON map.
See Also: