| Package | Description |
|---|---|
| net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeCache.Sort |
TypeCache.sort
The reference type to use for stored types.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeCache.Sort |
TypeCache.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeCache.Sort[] |
TypeCache.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypeCache(TypeCache.Sort sort)
Creates a new type cache.
|
WithInlineExpunction(TypeCache.Sort sort)
Creates a new type cache with inlined expunction.
|
Copyright © 2014–2019. All rights reserved.