Uses of Interface
net.bytebuddy.description.modifier.ModifierContributor
Packages that use ModifierContributor
Package
Description
The modifier package contains high-level and type-safe descriptions of Java modifiers.
-
Uses of ModifierContributor in net.bytebuddy.description.modifier
Classes in net.bytebuddy.description.modifier with type parameters of type ModifierContributorModifier and TypeClassDescriptionstatic class
ModifierContributor.Resolver<T extends ModifierContributor>
A resolver for Java modifiers represented byModifierContributor
s.Subinterfaces of ModifierContributor in net.bytebuddy.description.modifierModifier and TypeInterfaceDescriptionstatic interface
A marker interface for modifiers that can be applied to fields.static interface
A marker interface for modifiers that can be applied to methods.static interface
A marker interface for modifiers that can be applied to method parameters.static interface
A marker interface for modifiers that can be applied to types.Classes in net.bytebuddy.description.modifier that implement ModifierContributorModifier and TypeClassDescriptionenum
Determines if a type describes an enumeration.enum
Describes the manifestation of a class's field, i.e.enum
Describes the persistence of a field, i.e.enum
Indicates if a member is mandated.enum
Describes if a method allows varargs arguments.enum
Describes the manifestation of a method, i.e.enum
A modifier contributor to determine the use ofstrictfp
on a method.enum
Determines the ownership of a field or method, i.e.enum
Indicates whether a parameter was denoted asfinal
or not.enum
Describes if a method parameter is mandated, i.e.enum
Describes if a method is supposed to be synchronized.enum
Defines if a type or member is supposed to be marked as synthetic.enum
Describes a type's manifestation, i.e.enum
Describes a type's, field's or a method's visibility.Methods in net.bytebuddy.description.modifier with type parameters of type ModifierContributorModifier and TypeMethodDescriptionstatic <S extends ModifierContributor>
ModifierContributor.Resolver<S>ModifierContributor.Resolver.of
(Collection<? extends S> modifierContributors) Creates a new resolver for any modifier contributor of a given type.