类 MiGooProperty
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
com.alibaba.fastjson2.JSONObject
core.xyz.migoo.testelement.MiGooProperty
- 所有已实现的接口:
Serializable,Cloneable,InvocationHandler,Map<String,Object>
public class MiGooProperty
extends com.alibaba.fastjson2.JSONObject
- 作者:
- xiaomi
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.fastjson2.JSONObject
clone, containsKey, containsKey, eval, fluentPut, get, get, getBigDecimal, getBigInteger, getBoolean, getBooleanValue, getBooleanValue, getByte, getByteValue, getDate, getDouble, getDoubleValue, getFloat, getFloatValue, getInstant, getInteger, getIntValue, getIntValue, getJSONArray, getJSONObject, getList, getLong, getLongValue, getLongValue, getObject, getObject, getObject, getObject, getOrDefault, getOrDefault, getShort, getShortValue, getString, invoke, isValid, nameFilter, of, of, of, of, of, parseObject, parseObject, parseObject, parseObject, parseObject, to, to, to, to, toJavaObject, toJavaObject, toJavaObject, toJSONBBytes, toJSONString, toJSONString, toString, valueFilter从类继承的方法 java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, keySet, removeEldestEntry, replaceAll, values从类继承的方法 java.util.HashMap
compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, remove, remove, replace, replace, size从类继承的方法 java.util.AbstractMap
equals, hashCode
-
构造器详细资料
-
MiGooProperty
public MiGooProperty() -
MiGooProperty
-
MiGooProperty
-
-
方法详细资料
-
putIfAbsent
- 指定者:
putIfAbsent在接口中Map<String,Object> - 覆盖:
putIfAbsent在类中HashMap<String,Object>
-
toString
- 覆盖:
toString在类中com.alibaba.fastjson2.JSONObject
-