Uses of Interface
net.bytebuddy.description.modifier.ModifierContributor.ForParameter
-
Packages that use ModifierContributor.ForParameter 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. -
-
Uses of ModifierContributor.ForParameter in net.bytebuddy.description.modifier
Classes in net.bytebuddy.description.modifier that implement ModifierContributor.ForParameter Modifier and Type Class Description class
Mandate
Indicates if a member is mandated.class
ParameterManifestation
Indicates whether a parameter was denoted asfinal
or not.class
ProvisioningState
Describes if a method parameter is mandated, i.e.class
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.Methods in net.bytebuddy.description.modifier that return types with arguments of type ModifierContributor.ForParameter Modifier and Type Method Description static ModifierContributor.Resolver<ModifierContributor.ForParameter>
ModifierContributor.Resolver. of(ModifierContributor.ForParameter... modifierContributor)
Creates a new resolver for modifier contributors to a parameter.Methods in net.bytebuddy.description.modifier with parameters of type ModifierContributor.ForParameter Modifier and Type Method Description static ModifierContributor.Resolver<ModifierContributor.ForParameter>
ModifierContributor.Resolver. of(ModifierContributor.ForParameter... modifierContributor)
Creates a new resolver for modifier contributors to a parameter. -
Uses of ModifierContributor.ForParameter in net.bytebuddy.dynamic
Methods in net.bytebuddy.dynamic with parameters of type ModifierContributor.ForParameter Modifier and Type Method Description DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V>
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase. withParameter(java.lang.reflect.Type type, java.lang.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, java.lang.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<U>
DynamicType.Builder.MethodDefinition.ParameterDefinition. withParameter(java.lang.reflect.Type type, java.lang.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<U>
DynamicType.Builder.MethodDefinition.ParameterDefinition. withParameter(TypeDefinition type, java.lang.String name, ModifierContributor.ForParameter... modifierContributor)
Defines the specified parameter for the currently defined method as the last parameter of the currently defined method.Method parameters in net.bytebuddy.dynamic with type arguments of type ModifierContributor.ForParameter Modifier and Type Method Description DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V>
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase. withParameter(java.lang.reflect.Type type, java.lang.String name, java.util.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, java.lang.String name, java.util.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<U>
DynamicType.Builder.MethodDefinition.ParameterDefinition. withParameter(java.lang.reflect.Type type, java.lang.String name, java.util.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<U>
DynamicType.Builder.MethodDefinition.ParameterDefinition. withParameter(TypeDefinition type, java.lang.String name, java.util.Collection<? extends ModifierContributor.ForParameter> modifierContributors)
Defines the specified parameter for the currently defined method as the last parameter of the currently defined method.
-