public class ReflectedPseudoField extends Object implements PseudoField
| Constructor and Description |
|---|
ReflectedPseudoField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(Object o) |
Class<?> |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
Type |
getType() |
int |
hashCode() |
private final Field field
public ReflectedPseudoField(Field field)
public String getName()
getName in interface PseudoFieldpublic Type getType()
getType in interface PseudoFieldpublic int getModifiers()
getModifiers in interface PseudoFieldpublic Object get(Object o) throws IllegalAccessException
get in interface PseudoFieldIllegalAccessExceptionpublic Class<?> getDeclaringClass()
getDeclaringClass in interface PseudoFieldCopyright © 2012–2021 The Apache Software Foundation. All rights reserved.