public class FieldWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<?>,Map<String,FieldWrapper>> |
cache |
| Constructor and Description |
|---|
FieldWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object target) |
Field |
getField() |
Class<?> |
getFieldType() |
Class<?> |
getKeyType() |
Class<?> |
getMappingType() |
boolean |
isIgnore() |
static FieldWrapper |
of(Class<?> clazz,
String fieldName) |
void |
set(Object value,
Object to) |
public static Map<Class<?>,Map<String,FieldWrapper>> cache
Copyright © 2024. All rights reserved.