Package | Description |
---|---|
net.bytebuddy.description.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ModifierContributor.ForField
A marker interface for modifiers that can be applied to fields.
|
static interface |
ModifierContributor.ForMethod
A marker interface for modifiers that can be applied to methods.
|
static interface |
ModifierContributor.ForParameter
A marker interface for modifiers that can be applied to method parameters.
|
static interface |
ModifierContributor.ForType
A marker interface for modifiers that can be applied to types.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumerationState
Determines if a type describes an enumeration.
|
class |
FieldManifestation
Describes the manifestation of a class's field, i.e.
|
class |
MethodArguments
Describes if a method allows varargs arguments.
|
class |
MethodManifestation
Describes the manifestation of a method, i.e.
|
class |
Ownership
Determines the ownership of a field or method, i.e.
|
class |
ParameterManifestation
Indicates whether a parameter was denoted as
final or not. |
class |
ProvisioningState
Describes if a method parameter is mandated, i.e.
|
class |
SynchronizationState
Describes if a method is supposed to be synchronized.
|
class |
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
class |
TypeManifestation
Describes a type's manifestation, i.e.
|
class |
Visibility
Describes a type's, field's or a method's visibility.
|
Modifier and Type | Method and Description |
---|---|
static int |
ByteBuddyCommons.resolveModifierContributors(int mask,
ModifierContributor... modifierContributor)
Validates a mask against a number of modifier contributors and merges their contributions to a modifier.
|
Copyright © 2014–2015. All rights reserved.