| 接口 | 说明 |
|---|---|
| Accessor<K,T> |
A object's accessor, use it, you can get value from T object;
getXxx(K key): get the Xxx value association to specified key from target
getXxx(K key, Xxx default): get the Xxx value association to specified key from target, if can't find the key, return the specified default value
|
| Converter<I,O> | |
| Delegatable<T> | |
| Filter<E> | |
| Formatter<I,O> | |
| IdGenerator<E> | |
| Parser<I,O> |
Copyright © 2019. All rights reserved.