| 接口 | 说明 |
|---|---|
| PropertyOperator |
Property operator, used to read and write object attributes.
|
| 类 | 说明 |
|---|---|
| AsmReflectivePropertyOperator |
A
PropertyOperator implementation based on com.esotericsoftware.reflectasm. |
| AsmReflectivePropertyOperator.ReflectAsmFieldAdapterGetterInvoker |
An implementation of the
AsmReflectivePropertyOperator.ReflectAsmFieldInvoker for getter. |
| AsmReflectivePropertyOperator.ReflectAsmFieldAdapterSetterInvoker |
An implementation of the
AsmReflectivePropertyOperator.ReflectAsmFieldInvoker for setter. |
| AsmReflectivePropertyOperator.ReflectAsmFieldInvoker |
MethodInvoker implementation based on FieldAccess |
| AsmReflectivePropertyOperator.ReflectAsmMethodInvoker |
MethodInvoker implementation based on MethodAccess |
| CacheablePropertyOperator |
The wrapper class of
PropertyOperator that adds support for invoker cache. |
| ChainAccessiblePropertyOperator |
The wrapper class of
PropertyOperator that
adds support for nested bean chain operations to the original operator. |
| ChainAccessiblePropertyOperator.DefaultSplitter |
The default splitter implementation that
uses
String.split(java.lang.String, int) to split the input string
into multiple attributes by separator. |
| MapAccessiblePropertyOperator |
The wrapper class of
PropertyOperator that
adds support for map operations to the original operator. |
| ReflectiveFieldAdapterMethodInvoker |
Adapter class that implements the
MethodInvoker interface with fields
without explicit getter and setter methods. |
| ReflectiveMethodInvoker |
A
MethodInvoker implementation based on JDK reflection. |
| ReflectiveMethodInvoker.InvocationMethodInvoker |
Create a
MethodInvoker from the given method. |
| ReflectiveMethodInvoker.ProxyMethodInvoker |
A
MethodInvoker implementation for JDK proxy object, which invoke method on proxy object. |
| ReflectivePropertyOperator |
A
PropertyOperator abstract implementation class. |
Copyright © 2023. All rights reserved.