Class MapObjectBuilder<T>

java.lang.Object
software.amazon.smithy.jmespath.evaluation.MapObjectBuilder<T>
All Implemented Interfaces:
JmespathRuntime.ObjectBuilder<T>

public class MapObjectBuilder<T> extends Object implements JmespathRuntime.ObjectBuilder<T>
A default implementation of JmespathRuntime.ObjectBuilder. using a Map as the backing store.