public static interface TypePool.Resolution
TypePool which was queried for a description.| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePool.Resolution.Illegal
A canonical representation of a non-successful resolution of a
TypePool. |
static class |
TypePool.Resolution.Simple
A simple resolution that represents a given
TypeDescription. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolved()
Determines if this resolution represents a
TypeDescription. |
TypeDescription |
resolve()
Resolves this resolution to the represented type description.
|
boolean isResolved()
TypeDescription.true if the queried type could be resolved.TypeDescription resolve()
Copyright © 2014–2015. All rights reserved.