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