| 接口 | 说明 |
|---|---|
| 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
|
| Builder<E> | |
| Converter<I,O> | |
| Customizer<T> | |
| Delegatable<T> | |
| Factory<I,O> | |
| Filter<E> | |
| Formatter<I,O> | |
| IdGenerator<E> | |
| Nameable | |
| NameAware | |
| Named | |
| NamedCustomizer<T> | |
| Ordered | |
| Parser<I,O> | |
| Provider<I,O> | |
| Reloadable |
| 类 | 说明 |
|---|---|
| AbstractAccessor<K,T> | |
| AbstractNameable |
Copyright © 2022. All rights reserved.