| Package | Description |
|---|---|
| net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Constructor and Description |
|---|
Initialized(String typeName,
byte[] binaryRepresentation,
TypePool.CacheProvider cacheProvider,
ClassFileLocator classFileLocator)
Creates a new initialized form of a default binary locator.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypePool.CacheProvider.NoOp
A non-operational cache that does not store any type descriptions.
|
static class |
TypePool.CacheProvider.Simple
A simple, thread-safe type cache based on a
ConcurrentHashMap. |
| Modifier and Type | Field and Description |
|---|---|
protected TypePool.CacheProvider |
TypePool.AbstractBase.cacheProvider
The cache provider of this instance.
|
| Constructor and Description |
|---|
AbstractBase(TypePool.CacheProvider cacheProvider)
Creates a new instance.
|
Default(TypePool.CacheProvider cacheProvider,
ClassFileLocator classFileLocator)
Creates a new default type pool.
|
Copyright © 2014–2015. All rights reserved.