public class NullType extends GenericType
| Modifier and Type | Field and Description |
|---|---|
static NullType |
INSTANCE |
OBJECT| Modifier and Type | Method and Description |
|---|---|
GenericType |
erasure() |
NullType |
substitute(Substitutions substitutions) |
NullType |
substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
public static final NullType INSTANCE
public NullType substitute(Substitutions substitutions)
substitute in class GenericTypepublic NullType substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions)
substituteArgs in class GenericTypepublic GenericType erasure()
erasure in class GenericTypeCopyright © 2019. All rights reserved.