public class Accessor extends Object
Modifier and Type | Method and Description |
---|---|
static Accessor |
create(Field field,
String uniqueFieldName) |
static Accessor |
create(Field field,
String method,
String uniqueFieldName) |
String |
getActualFieldName() |
Class<?> |
getDeclaringClass() |
Class<?> |
getFieldType() |
Type |
getGenericType() |
boolean |
isMethodHandlePresent() |
Object |
retrieve(Object o) |
Copyright © 2024. All rights reserved.