| Interface | Description |
|---|---|
| ParameterizedTypeInfo |
a
TypeInfo implementation representing ParameterizedType |
| TypeFormatContext | |
| TypeInfo |
A representation of Java type, aiming at preserving more type information than what a
Class can provide
Note: using null is not recommended, TypeInfo.NONE should be used instead |
| TypeInfoFactory |
Factory for
TypeInfo
For getting TypeInfo representing a Type, use TypeInfoFactory.create(Type) and its overloads
For mutating an existed TypeInfo, use TypeInfoFactory.toArray(TypeInfo), TypeInfoFactory.attachParam(TypeInfo, TypeInfo...). |
| VariableTypeInfo |
a
TypeInfo implementation representing TypeVariable |
| WildcardTypeInfo |
a
TypeInfo implementation representing WildcardType |
Copyright © 2025 HtmlUnit. All rights reserved.