| 程序包 | 说明 |
|---|---|
| com.jn.langx | |
| com.jn.langx.environment | |
| com.jn.langx.http | |
| com.jn.langx.text.properties | |
| com.jn.langx.text.xml | |
| com.jn.langx.util |
This package contain all most utility classes for java coding
|
| com.jn.langx.util.collection |
many collection utility class
|
| com.jn.langx.util.collection.multivalue | |
| com.jn.langx.util.collection.tree |
Tree APIs
|
| com.jn.langx.util.reflect | |
| com.jn.langx.util.valuegetter |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
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
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractAccessor<K,T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EnvironmentAccessor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpQueryStringAccessor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PropertiesAccessor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XmlElementAttributeAccessor |
class |
XmlNodeContentAccessor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasedStringAccessor<K,T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MapAccessor |
class |
StringMapAccessor
A accessor for a StringMap
|
class |
Tuple |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MultiValueMapAccessor<V> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TreeNode<T extends TreeNode> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayAccessor<E>
An array accessor
|
class |
FieldAccessor
A field accessor based on reflect
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ValueGetter2<K> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayOrIterableValueGetter<V>
已过时。
|
class |
ArrayValueGetter<E> |
class |
CompositeValueGetter |
class |
IterableValueGetter<V> |
class |
LinerCollectionValueGetter<V> |
class |
LiteralValueGetter<V> |
class |
MapValueGetter<V> |
class |
MemberValueGetter<M extends Member,T,V> |
class |
PipelineValueGetter |
class |
StreamValueGetter<O> |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PipelineValueGetter.addValueGetter(ValueGetter valueGetter) |
| 构造器和说明 |
|---|
CompositeValueGetter(ValueGetter valueGetter) |
StreamValueGetter(ValueGetter mapping) |
Copyright © 2020. All rights reserved.