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 classModifierContributor.Resolver<T extends ModifierContributor>A resolver for Java modifiers represented byModifierContributors.Subinterfaces of ModifierContributor in net.bytebuddy.description.modifierModifier and TypeInterfaceDescriptionstatic interfaceA marker interface for modifiers that can be applied to fields.static interfaceA marker interface for modifiers that can be applied to methods.static interfaceA marker interface for modifiers that can be applied to modules.static interfaceA marker interface for modifiers that can be applied to module exports.static interfaceA marker interface for modifiers that can be applied to module opening.static interfaceA marker interface for modifiers that can be applied to module requirement.static interfaceA marker interface for modifiers that can be applied to method parameters.static interfaceA marker interface for modifiers that can be applied to types.Classes in net.bytebuddy.description.modifier that implement ModifierContributorModifier and TypeClassDescriptionenumDetermines if a type describes an enumeration.enumDescribes the manifestation of a class's field, i.e.enumDescribes the persistence of a field, i.e.enumIndicates if a member is mandated.enumDescribes if a method allows varargs arguments.enumDescribes the manifestation of a method, i.e.enumA modifier contributor to determine the use ofstrictfpon a method.enumDefines a module's restriction on reflection on its packages.enumDetermines the ownership of a field or method, i.e.enumIndicates whether a parameter was denoted asfinalor not.enumDescribes if a method parameter is mandated, i.e.enumDescribes when another module is considered as a requirement.enumDescribes if a method is supposed to be synchronized.enumDefines if a type or member is supposed to be marked as synthetic.enumDefines if a module requires another module also for its users.enumDescribes a type's manifestation, i.e.enumDescribes 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.