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 classModifierContributor.Resolver<T extends ModifierContributor>A resolver for Java modifiers represented byModifierContributors.Subinterfaces of ModifierContributor in net.bytebuddy.description.modifier Modifier and Type Interface Description static interfaceModifierContributor.ForFieldA marker interface for modifiers that can be applied to fields.static interfaceModifierContributor.ForMethodA marker interface for modifiers that can be applied to methods.static interfaceModifierContributor.ForParameterA marker interface for modifiers that can be applied to method parameters.static interfaceModifierContributor.ForTypeA marker interface for modifiers that can be applied to types.Classes in net.bytebuddy.description.modifier that implement ModifierContributor Modifier and Type Class Description classEnumerationStateDetermines if a type describes an enumeration.classFieldManifestationDescribes the manifestation of a class's field, i.e.classFieldPersistenceDescribes the persistence of a field, i.e.classMandateIndicates if a member is mandated.classMethodArgumentsDescribes if a method allows varargs arguments.classMethodManifestationDescribes the manifestation of a method, i.e.classMethodStrictnessA modifier contributor to determine the use ofstrictfpon a method.classOwnershipDetermines the ownership of a field or method, i.e.classParameterManifestationIndicates whether a parameter was denoted asfinalor not.classProvisioningStateDescribes if a method parameter is mandated, i.e.classSynchronizationStateDescribes if a method is supposed to be synchronized.classSyntheticStateDefines if a type or member is supposed to be marked as synthetic.classTypeManifestationDescribes a type's manifestation, i.e.classVisibilityDescribes 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.
-