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