Class SmartMap

java.lang.Object
liquibase.util.SmartMap
All Implemented Interfaces:
Map<String,Object>

public class SmartMap extends Object implements Map<String,Object>
Implementation of Map with the added methods get(String, Class) and get(String, Object) to make the return values type safe and/or auto-converted. Also adds set(String, Object) for easier builder-style code. Returns keys in alphabetical order.