public interface PseudoField
Field class needed
for code generation, but might be implemented differently.| Modifier and Type | Method and Description |
|---|---|
@Nullable Object |
get(@Nullable Object o) |
Type |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
Type |
getType() |
String getName()
Type getType()
int getModifiers()
@Nullable Object get(@Nullable Object o) throws IllegalAccessException
IllegalAccessExceptionType getDeclaringClass()
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.