public class ArrayLengthRecordField extends Object implements Types.RecordField
| Modifier and Type | Field and Description |
|---|---|
private Class |
clazz |
private String |
fieldName |
| Constructor and Description |
|---|
ArrayLengthRecordField(String fieldName,
Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(Object o) |
Type |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
Type |
getType() |
int |
hashCode() |
boolean |
nullable() |
public boolean nullable()
nullable in interface Types.RecordFieldpublic 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 Type getDeclaringClass()
getDeclaringClass in interface PseudoFieldCopyright © 2012–2023 The Apache Software Foundation. All rights reserved.