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. a classpath.
|
DefaultTypeResolver |
Default type resolver, does not consider any scopes, i.e. provides a global
resolution.
|
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 © 2015 buschmais GbR. All rights reserved.