| Package | Description | 
|---|---|
| net.bytebuddy.description.modifier | The modifier package contains high-level and type-safe descriptions of Java modifiers. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ModifierContributor.Resolver<T extends ModifierContributor>A resolver for Java modifiers represented by  ModifierContributors. | 
| 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  | FieldPersistenceDescribes the persistence of a field, i.e. | 
| class  | MandateIndicates if a member is mandated. | 
| class  | MethodArgumentsDescribes if a method allows varargs arguments. | 
| class  | MethodManifestationDescribes the manifestation of a method, i.e. | 
| class  | MethodStrictnessA modifier contributor to determine the use of  strictfpon a method. | 
| 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 <S extends ModifierContributor> | ModifierContributor.Resolver. of(Collection<? extends S> modifierContributors)Creates a new resolver for any modifier contributor of a given type. | 
Copyright © 2014–2025. All rights reserved.