public abstract class GenericType<T> extends Object implements Type
Usage is by sub-classing: here is one way to instantiate reference
to generic type List<Integer>:
GenericType type = new GenericType<List<Integer>>() { };
which can be passed to methods that accept GenericReference.
NOTE: before version 1.6 implemented Serializable.
Removed due to
issue #73.
| Modifier | Constructor and Description |
|---|---|
protected |
GenericType() |
Copyright © 2025 fasterxml.com. All rights reserved.