Uses of Interface
net.bytebuddy.description.modifier.ModifierContributor
-
Packages that use ModifierContributor Package Description net.bytebuddy.description.modifier 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 ModifierContributor Modifier and Type Class Description static class
ModifierContributor.Resolver<T extends ModifierContributor>
A resolver for Java modifiers represented byModifierContributor
s.Subinterfaces of ModifierContributor in net.bytebuddy.description.modifier Modifier and Type Interface Description static interface
ModifierContributor.ForField
A marker interface for modifiers that can be applied to fields.static interface
ModifierContributor.ForMethod
A marker interface for modifiers that can be applied to methods.static interface
ModifierContributor.ForParameter
A marker interface for modifiers that can be applied to method parameters.static interface
ModifierContributor.ForType
A marker interface for modifiers that can be applied to types.Classes in net.bytebuddy.description.modifier that implement ModifierContributor Modifier and Type Class Description class
EnumerationState
Determines if a type describes an enumeration.class
FieldManifestation
Describes the manifestation of a class's field, i.e.class
FieldPersistence
Describes the persistence of a field, i.e.class
Mandate
Indicates if a member is mandated.class
MethodArguments
Describes if a method allows varargs arguments.class
MethodManifestation
Describes the manifestation of a method, i.e.class
MethodStrictness
A modifier contributor to determine the use ofstrictfp
on a method.class
Ownership
Determines the ownership of a field or method, i.e.class
ParameterManifestation
Indicates whether a parameter was denoted asfinal
or not.class
ProvisioningState
Describes if a method parameter is mandated, i.e.class
SynchronizationState
Describes if a method is supposed to be synchronized.class
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.class
TypeManifestation
Describes a type's manifestation, i.e.class
Visibility
Describes a type's, field's or a method's visibility.Methods in net.bytebuddy.description.modifier with type parameters of type ModifierContributor Modifier and Type Method Description static <S extends ModifierContributor>
ModifierContributor.Resolver<S>ModifierContributor.Resolver. of(java.util.Collection<? extends S> modifierContributors)
Creates a new resolver for any modifier contributor of a given type.
-