public class MapAccessor extends Object
Constructor and Description |
---|
MapAccessor(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object instance) |
boolean |
exists(String key) |
boolean |
exists(String[] path) |
Boolean |
getBoolean(String key) |
Boolean |
getBoolean(String[] path) |
boolean |
getBoolean(String[] path,
boolean defaultValue) |
boolean |
getBoolean(String key,
boolean defaultValue) |
Integer |
getInteger(String key) |
Integer |
getInteger(String[] path) |
<E> List<E> |
getList(String[] path,
Class<E> clazz) |
<E> List<E> |
getList(String key,
Class<E> clazz) |
Object |
getObject(String key) |
Object |
getObject(String[] path) |
<T> T |
getObject(String[] path,
Class<T> clazz) |
<T> T |
getObject(String key,
Class<T> clazz) |
String |
getString(String key) |
String |
getString(String[] path) |
int |
hashCode() |
String |
toString() |
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.