Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.description.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
Modifier and Type | Method and Description |
---|---|
SyntheticState |
NamingStrategy.UnnamedType.getSyntheticState()
Returns the manifestation of this unnamed type.
|
SyntheticState |
NamingStrategy.UnnamedType.Default.getSyntheticState() |
Modifier and Type | Method and Description |
---|---|
static SyntheticState |
SyntheticState.is(boolean synthetic)
Creates a synthetic state from a boolean value indicating if a type or member is supposed to be synthetic.
|
static SyntheticState |
SyntheticState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyntheticState[] |
SyntheticState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2015. All rights reserved.