| Interface | Description |
|---|---|
| TypeResolver |
Defines the interface for type resolvers.
|
| Class | Description |
|---|---|
| AbstractArtifactScopedTypeResolver | |
| AbstractTypeResolver |
Abstract base implementation of a type resolver.
|
| ArtifactScopedTypeResolver |
Artifact scoped type resolver which does not consider dependencies.
|
| ClasspathScopedTypeResolver |
Artifact scoped type resolver which considers dependencies, i.e.
|
| DefaultTypeResolver |
Default type resolver, does not consider any scopes, i.e.
|
| DelegatingTypeResolver |
A type resolver which only delegates to another instance.
|
| SignatureHelper |
Provides utility functions for working with signatures.
|
| TypeCache |
Cache for resolved types.
|
| TypeCache.CachedType<T extends TypeDescriptor> |
Represents a type and all of its declared members.
|
| Enum | Description |
|---|---|
| JavaScope |
Defines the scopes for java.
|
Copyright © 2016 buschmais GbR. All rights reserved.