Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.dynamic.scaffold.subclass |
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type. |
net.bytebuddy.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
Modifier and Type | Method and Description |
---|---|
MemberVisibility |
NamingStrategy.UnnamedType.getVisibility()
Returns the visibility of this unnamed type.
|
Modifier and Type | Method and Description |
---|---|
MemberVisibility |
SubclassInstumentedType.getVisibility() |
Modifier and Type | Method and Description |
---|---|
static MemberVisibility |
MemberVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberVisibility[] |
MemberVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.