Uses of Interface
net.bytebuddy.build.Plugin.Engine.Source.Element
Packages that use Plugin.Engine.Source.Element
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of Plugin.Engine.Source.Element in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Source.ElementModifier and TypeClassDescriptionstatic classAn element representation for a byte array.static classAn element representation for a file.static classRepresents a jar file entry as an element.Subinterfaces with type arguments of type Plugin.Engine.Source.Element in net.bytebuddy.buildModifier and TypeInterfaceDescriptionstatic interfaceAn origin for elements.Classes in net.bytebuddy.build that implement interfaces with type arguments of type Plugin.Engine.Source.ElementModifier and TypeClassDescriptionprotected static classA compound iterator that combines several iterables.protected static classAn element matcher that filters multi-release files above a given version.protected static enumA matcher that removes folders from the iteration.protected classAn iterator that exposes all files within a folder structure as elements.protected static classAn iterator that represents map entries as sources.protected classAn iterator for jar file entries.Methods in net.bytebuddy.build that return Plugin.Engine.Source.ElementModifier and TypeMethodDescriptionPlugin.Engine.Source.Compound.Origin.CompoundIterator.next()Plugin.Engine.Source.ForFolder.FolderIterator.next()Plugin.Engine.Source.InMemory.MapEntryIterator.next()Plugin.Engine.Source.Origin.ForJarFile.JarFileIterator.next()Methods in net.bytebuddy.build that return types with arguments of type Plugin.Engine.Source.ElementModifier and TypeMethodDescriptionPlugin.Engine.Source.Compound.Origin.iterator()Plugin.Engine.Source.Empty.iterator()Plugin.Engine.Source.ForFolder.iterator()Plugin.Engine.Source.InMemory.iterator()Plugin.Engine.Source.Origin.Filtering.iterator()Plugin.Engine.Source.Origin.ForJarFile.iterator()Methods in net.bytebuddy.build with parameters of type Plugin.Engine.Source.ElementModifier and TypeMethodDescriptionbooleanPlugin.Engine.Source.Filtering.MultiReleaseVersionMatcher.matches(Plugin.Engine.Source.Element target) Matches a target against this element matcher.booleanPlugin.Engine.Source.Filtering.NoFolderMatcher.matches(Plugin.Engine.Source.Element target) Matches a target against this element matcher.voidPlugin.Engine.Target.Discarding.retain(Plugin.Engine.Source.Element element) Retains the supplied element in its original form.voidPlugin.Engine.Target.ForFolder.retain(Plugin.Engine.Source.Element element) Retains the supplied element in its original form.voidPlugin.Engine.Target.InMemory.retain(Plugin.Engine.Source.Element element) Retains the supplied element in its original form.voidPlugin.Engine.Target.Sink.ForJarOutputStream.retain(Plugin.Engine.Source.Element element) Retains the supplied element in its original form.voidPlugin.Engine.Target.Sink.retain(Plugin.Engine.Source.Element element) Retains the supplied element in its original form.Constructors in net.bytebuddy.build with parameters of type Plugin.Engine.Source.ElementModifierConstructorDescriptionprotectedForFailedElement(Plugin.Engine.Source.Element element, TypeDescription typeDescription, List<Throwable> errored) Creates a new materializable for an element that failed to be transformed.protectedCreates a new materializable for a retained element.protectedForUnresolvedElement(Plugin.Engine.Source.Element element, String typeName) Creates a new materializable for an element that could not be resolved.protectedSourceEntryPrependingClassFileLocator(String name, Plugin.Engine.Source.Element element, ClassFileLocator delegate) Creates a class file locator that prepends aPlugin.Engine.Source.Element.Constructor parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.Source.ElementModifierConstructorDescriptionprotectedCompoundIterator(List<? extends Iterable<? extends Plugin.Engine.Source.Element>> iterables) Creates a compound iterator.Filtering(Plugin.Engine.Source delegate, ElementMatcher<Plugin.Engine.Source.Element> matcher) Creates a new filtering source that retains the manifest of the delegated source.Filtering(Plugin.Engine.Source delegate, ElementMatcher<Plugin.Engine.Source.Element> matcher, boolean manifest) Creates a new filtering source.Filtering(Plugin.Engine.Source.Origin delegate, ElementMatcher<Plugin.Engine.Source.Element> matcher) Creates a new filtering origin that retains the delegated origin's manifest.Filtering(Plugin.Engine.Source.Origin delegate, ElementMatcher<Plugin.Engine.Source.Element> matcher, boolean manifest) Creates a new filtering origin. -
Uses of Plugin.Engine.Source.Element in net.bytebuddy.build.maven
Subclasses with type arguments of type Plugin.Engine.Source.Element in net.bytebuddy.build.mavenModifier and TypeClassDescriptionprotected static classA filter for files that were written before a given timestamp, to avoid duplicate application.Methods in net.bytebuddy.build.maven with parameters of type Plugin.Engine.Source.ElementModifier and TypeMethodDescriptionprotected booleanByteBuddyMojo.StalenessFilter.doMatch(Plugin.Engine.Source.Element target) Matches the supplied value if it was found not to benull.