| 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.ForFieldA marker interface for modifiers that can be applied to fields. | 
| static interface  | ModifierContributor.ForMethodA marker interface for modifiers that can be applied to methods. | 
| static interface  | ModifierContributor.ForParameterA marker interface for modifiers that can be applied to method parameters. | 
| static interface  | ModifierContributor.ForTypeA marker interface for modifiers that can be applied to types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnumerationStateDetermines if a type describes an enumeration. | 
| class  | FieldManifestationDescribes the manifestation of a class's field, i.e. | 
| class  | MethodArgumentsDescribes if a method allows varargs arguments. | 
| class  | MethodManifestationDescribes the manifestation of a method, i.e. | 
| class  | OwnershipDetermines the ownership of a field or method, i.e. | 
| class  | ParameterManifestationIndicates whether a parameter was denoted as  finalor not. | 
| class  | ProvisioningStateDescribes if a method parameter is mandated, i.e. | 
| class  | SynchronizationStateDescribes if a method is supposed to be synchronized. | 
| class  | SyntheticStateDefines if a type or member is supposed to be marked as synthetic. | 
| class  | TypeManifestationDescribes a type's manifestation, i.e. | 
| class  | VisibilityDescribes 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.