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.private static classAn iterator that applies a filter to observed elements.protected classAn iterator for jar file entries.Fields in net.bytebuddy.build declared as Plugin.Engine.Source.ElementModifier and TypeFieldDescriptionprivate Plugin.Engine.Source.ElementPlugin.Engine.Source.Origin.Filtering.FilteringIterator.currentThe current element ornullif no further elements are available.private final Plugin.Engine.Source.ElementPlugin.Engine.Default.Preprocessor.elementThe processed element.private final Plugin.Engine.Source.ElementPlugin.Engine.Default.SourceEntryPrependingClassFileLocator.elementThe corresponding source element.private final Plugin.Engine.Source.ElementPlugin.Engine.Dispatcher.Materializable.ForFailedElement.elementThe element for which the transformation failed.private final Plugin.Engine.Source.ElementPlugin.Engine.Dispatcher.Materializable.ForRetainedElement.elementThe retained element.private final Plugin.Engine.Source.ElementPlugin.Engine.Dispatcher.Materializable.ForUnresolvedElement.elementThe element that could not be resolved.Fields in net.bytebuddy.build with type parameters of type Plugin.Engine.Source.ElementModifier and TypeFieldDescriptionprivate final Queue<? extends Iterable<? extends Plugin.Engine.Source.Element>> Plugin.Engine.Source.Compound.Origin.CompoundIterator.backlogA backlog of iterables to still consider.private Iterator<? extends Plugin.Engine.Source.Element> Plugin.Engine.Source.Compound.Origin.CompoundIterator.currentThe current iterator ornullif no such iterator is defined.private final Iterator<Plugin.Engine.Source.Element> Plugin.Engine.Source.Origin.Filtering.FilteringIterator.iteratorThe underlying iterator.private final ElementMatcher<Plugin.Engine.Source.Element> Plugin.Engine.Source.Filtering.matcherThe element matcher being used to filter elements.private final ElementMatcher<Plugin.Engine.Source.Element> Plugin.Engine.Source.Origin.Filtering.FilteringIterator.matcherThe element matcher being used to filter elements.private final ElementMatcher<Plugin.Engine.Source.Element> Plugin.Engine.Source.Origin.Filtering.matcherThe element matcher being used to filter elements.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.Filtering.FilteringIterator.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.privatePreprocessor(Plugin.Engine.Source.Element element, String typeName, ClassFileLocator classFileLocator, ClassFileVersion classFileVersion, TypePool typePool, Plugin.Engine.Listener listener, List<Plugin> plugins, List<Plugin.WithPreprocessor> preprocessors) Creates a new preprocessor.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.privateFilteringIterator(Iterator<Plugin.Engine.Source.Element> iterator, ElementMatcher<Plugin.Engine.Source.Element> matcher) Creates a new filtering iterator.privateFilteringIterator(Iterator<Plugin.Engine.Source.Element> iterator, ElementMatcher<Plugin.Engine.Source.Element> matcher) Creates a new filtering iterator. -
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 TypeClassDescriptionprivate static classMatches elements which represent a Java class that is represented in the list or an inner class of the classes represented in the list.protected 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.FilePrefixMatcher.doMatch(Plugin.Engine.Source.Element target) Matches the supplied value if it was found not to benull.protected booleanByteBuddyMojo.StalenessFilter.doMatch(Plugin.Engine.Source.Element target) Matches the supplied value if it was found not to benull.