TypeDescription
by its name.
Modifier and Type | Class and Description |
---|---|
public abstract static class | TypePool.AbstractBase
A base implementation of a |
public static interface | TypePool.CacheProvider
A cache provider for a |
public static class | TypePool.ClassLoading
A type pool that attempts to load a class. |
public static class | TypePool.Default
A default implementation of a |
public static enum | TypePool.Empty
An empty type pool that cannot describe any type. |
public static class | TypePool.Explicit
A type pool that supplies explicitly known type descriptions. |
public static class | TypePool.LazyFacade
A lazy facade of a type pool that delegates any lookups to another type pool only if another value than the type's name is looked up. |
public static interface | TypePool.Resolution
A resolution of a |
Modifier and Type | Method and Description |
---|---|
public void | |
public TypePool. | Returns: A resolution of the type to describe. If the type to be described was found, the returnednet. represents this type. Otherwise, an illegal resolution is returned.The name of the type to describe. The name is to be written as when calling name)Class#getName() .Locates and describes the given type by its name. |