public abstract class AbstractAccessor<K,T> extends Object implements Accessor<K,T>
| 构造器和说明 |
|---|
AbstractAccessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(K key,
Function<Object,Object> mapper) |
Boolean |
getBoolean(K key,
Function<Object,Boolean> mapper) |
Byte |
getByte(K key,
Function<Object,Byte> mapper) |
Character |
getCharacter(K key,
Function<Object,Character> mapper) |
Double |
getDouble(K key,
Function<Object,Double> mapper) |
Float |
getFloat(K key,
Function<Object,Float> mapper) |
Integer |
getInteger(K key,
Function<Object,Integer> mapper) |
Long |
getLong(K key,
Function<Object,Long> mapper) |
Short |
getShort(K key,
Function<Object,Short> mapper) |
String |
getString(K key,
Function<Object,String> mapper) |
T |
getTarget() |
void |
setTarget(T target) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitset, setBoolean, setByte, setChar, setDouble, setFloat, setInteger, setLong, setShort, setStringget, getBoolean, getBoolean, getByte, getByte, getCharacter, getCharacter, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getShort, getShort, getString, getString, haspublic String getString(K key, Function<Object,String> mapper)
getString 在接口中 ValueGetter2<K>public Character getCharacter(K key, Function<Object,Character> mapper)
getCharacter 在接口中 ValueGetter2<K>public Integer getInteger(K key, Function<Object,Integer> mapper)
getInteger 在接口中 ValueGetter2<K>public Short getShort(K key, Function<Object,Short> mapper)
getShort 在接口中 ValueGetter2<K>public Double getDouble(K key, Function<Object,Double> mapper)
getDouble 在接口中 ValueGetter2<K>public Float getFloat(K key, Function<Object,Float> mapper)
getFloat 在接口中 ValueGetter2<K>public Boolean getBoolean(K key, Function<Object,Boolean> mapper)
getBoolean 在接口中 ValueGetter2<K>Copyright © 2020. All rights reserved.