Uses of Interface
net.bytebuddy.description.modifier.ModifierContributor.ForParameter
Packages that use ModifierContributor.ForParameter
Package
Description
The modifier package contains high-level and type-safe descriptions of Java modifiers.
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.ForParameterModifier and TypeClassDescriptionenum
Indicates if a member is mandated.enum
Indicates whether a parameter was denoted asfinal
or not.enum
Describes if a method parameter is mandated, i.e.enum
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.ForParameterModifier and TypeMethodDescriptionModifierContributor.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.ForParameterModifier and TypeMethodDescriptionModifierContributor.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.ForParameterModifier and TypeMethodDescriptionDynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase.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.AbstractBase.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.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.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.Method parameters in net.bytebuddy.dynamic with type arguments of type ModifierContributor.ForParameterModifier and TypeMethodDescriptionDynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase.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.AbstractBase.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.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.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.