Package org.miaixz.bus.core.center.map
Class BeanMap
java.lang.Object
org.miaixz.bus.core.center.map.BeanMap
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()getProperty(String expression) 获取Path表达式对应的值booleanisEmpty()keySet()static BeanMap构建BeanMapvoidvoidputProperty(String expression, Object value) 设置Path表达式对应的值intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BeanMap
-
-
Method Details
-
of
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
getProperty
-
put
-
putProperty
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-