@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Resolution.Illegal extends Object implements TypePool.Resolution
TypePool.TypePool.Resolution.Illegal, TypePool.Resolution.Simple| Constructor and Description |
|---|
Illegal(String name)
Creates a new illegal resolution.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolved()
Determines if this resolution represents a fully-resolved
TypeDescription. |
TypeDescription |
resolve()
Resolves this resolution to a
TypeDescription. |
public Illegal(String name)
name - The name of the unresolved type.public boolean isResolved()
TypeDescription.isResolved in interface TypePool.Resolutiontrue if the queried type could be resolved.public TypeDescription resolve()
TypeDescription. If this resolution is unresolved, this
method throws an exception either upon invoking this method or upon invoking at least one method
of the returned type description.resolve in interface TypePool.ResolutionCopyright © 2014–2019. All rights reserved.