| 程序包 | 说明 |
|---|---|
| org.sql2o.reflection |
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FieldGetter
used internally to get property values directly from the field.
|
class |
MethodGetter
used internally to get property values via its getter method.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Getter |
PojoMetadata.getPropertyGetter(String propertyName) |
Getter |
PojoMetadata.getPropertyGetterIfExists(String propertyName) |
Getter |
UnsafeFieldGetterFactory.newGetter(Field field) |
Getter |
FactoryFacade.newGetter(Field field) |
Getter |
FieldGetterFactory.newGetter(Field field) |
Getter |
ReflectionFieldGetterFactory.newGetter(Field field) |
Getter |
MethodGetterFactory.newGetter(Method method) |
Getter |
FactoryFacade.newGetter(Method method) |
Getter |
ReflectionMethodGetterFactory.newGetter(Method method) |
Getter |
MethodAccessorsGenerator.newGetter(Method method) |
Copyright © 2021. All rights reserved.