| Package | Description | 
|---|---|
| net.bytebuddy.description.modifier | 
 The modifier package contains high-level and type-safe descriptions of Java modifiers. 
 | 
| net.bytebuddy.dynamic | 
 This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
 type that is dynamically created and for loading this type into a running JVM process. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ParameterManifestation
Indicates whether a parameter was denoted as  
final or not. | 
class  | 
ProvisioningState
Describes if a method parameter is mandated, i.e. not explicitly specified in the source code. 
 | 
class  | 
SyntheticState
Defines if a type or member is supposed to be marked as synthetic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ModifierContributor.Resolver<ModifierContributor.ForParameter> | 
ModifierContributor.Resolver.of(ModifierContributor.ForParameter... modifierContributor)
Creates a new resolver for modifier contributors to a parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ModifierContributor.Resolver<ModifierContributor.ForParameter> | 
ModifierContributor.Resolver.of(ModifierContributor.ForParameter... modifierContributor)
Creates a new resolver for modifier contributors to a parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<U> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.withParameter(TypeDefinition type,
             String name,
             ModifierContributor.ForParameter... modifierContributor)
Defines the specified parameter for the currently defined method as the last parameter of the currently defined method. 
 | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase.withParameter(TypeDefinition type,
             String name,
             ModifierContributor.ForParameter... modifierContributor)  | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<U> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.withParameter(Type type,
             String name,
             ModifierContributor.ForParameter... modifierContributor)
Defines the specified parameter for the currently defined method as the last parameter of the currently defined method. 
 | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase.withParameter(Type type,
             String name,
             ModifierContributor.ForParameter... modifierContributor)  | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<U> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.withParameter(TypeDefinition type,
             String name,
             Collection<? extends ModifierContributor.ForParameter> modifierContributors)
Defines the specified parameter for the currently defined method as the last parameter of the currently defined method. 
 | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase.withParameter(TypeDefinition type,
             String name,
             Collection<? extends ModifierContributor.ForParameter> modifierContributors)  | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<U> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.withParameter(Type type,
             String name,
             Collection<? extends ModifierContributor.ForParameter> modifierContributors)
Defines the specified parameter for the currently defined method as the last parameter of the currently defined method. 
 | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V> | 
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase.withParameter(Type type,
             String name,
             Collection<? extends ModifierContributor.ForParameter> modifierContributors)  | 
Copyright © 2014–2016. All rights reserved.