public final class ArrayTypeInfo extends TypeInfoBase
BIG_INT, BOOLEAN, BYTE, CHARACTER, DATE, DOUBLE, FLOAT, INT, LONG, NONE, NUMBER, OBJECT, OBJECT_ARRAY, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHARACTER, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, PRIMITIVE_VOID, RAW_CLASS, RAW_CONSUMER, RAW_ENUM_SET, RAW_FUNCTION, RAW_LIST, RAW_MAP, RAW_OPTIONAL, RAW_PREDICATE, RAW_SET, RAW_SUPPLIER, RUNNABLE, SHORT, STRING, STRING_ARRAY, VOID| Constructor and Description |
|---|
ArrayTypeInfo(TypeInfo component) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(TypeFormatContext ctx,
StringBuilder builder) |
Class<?> |
asClass()
|
void |
collectComponentClass(Consumer<Class<?>> collector) |
boolean |
equals(Object obj) |
TypeInfo |
getComponentType() |
int |
getTypeTag()
array type is not any of the base types
|
int |
hashCode() |
boolean |
is(Class<?> c) |
boolean |
isArray() |
newArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconsolidate, createDefaultValue, enumConstants, isAssignableFrom, isBoolean, isByte, isCharacter, isDouble, isEnum, isFloat, isFunctionalInterface, isInstance, isInt, isInterface, isLong, isNot, isNumber, isObjectExact, isPrimitive, isShort, isString, isVoid, param, shouldConvertpublic ArrayTypeInfo(TypeInfo component)
public boolean is(Class<?> c)
Class parameter, false
otherwisepublic void append(TypeFormatContext ctx, StringBuilder builder)
public TypeInfo getComponentType()
Class.getComponentType()public boolean isArray()
Class.isArray()public int getTypeTag()
TypeInfo.getTypeTag()Copyright © 2025 HtmlUnit. All rights reserved.