AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 字段和说明 |
|---|---|
protected T |
bean |
protected Class<?> |
beanType |
protected boolean |
hasConverter |
protected boolean |
hasFallbackGetter |
protected boolean |
hasFallbackSetter |
protected boolean |
ignoreError |
protected boolean |
ignoreUnknownKeys |
protected boolean |
includeFields |
protected BeanMapOptions |
options |
protected boolean |
warnUnknownKeys |
| 限定符 | 构造器和说明 |
|---|---|
protected |
BeanMap(T bean,
Class<?> beanType,
BeanMapOptions options) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
<V> V |
copyToBean(V bean) |
Map<String,Object> |
copyToMap() |
Map<String,Object> |
copyToMap(Map<String,Object> map) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
T |
getBean() |
Class<?> |
getBeanType() |
Type |
getType(String key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,?> m) |
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
clone, equals, hashCodecompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected final T bean
protected final Class<?> beanType
protected final BeanMapOptions options
protected final boolean ignoreError
protected final boolean includeFields
protected final boolean hasConverter
protected final boolean hasFallbackSetter
protected final boolean hasFallbackGetter
protected final boolean ignoreUnknownKeys
protected final boolean warnUnknownKeys
protected BeanMap(T bean, Class<?> beanType, BeanMapOptions options)
public <V> V copyToBean(V bean)
copyToBean 在接口中 IBeanMap<T>public String toString()
toString 在类中 AbstractMap<String,Object>public Class<?> getBeanType()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey 在接口中 Map<String,Object>containsKey 在类中 AbstractMap<String,Object>public Collection<Object> values()
public boolean containsValue(Object value)
containsValue 在接口中 Map<String,Object>containsValue 在类中 AbstractMap<String,Object>Copyright © 2025 fossc. All rights reserved.