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