Uses of Interface
net.bytebuddy.build.Plugin.Engine.Source.Element
-
Packages that use Plugin.Engine.Source.Element Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of Plugin.Engine.Source.Element in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Source.Element Modifier and Type Class Description static class
Plugin.Engine.Source.Element.ForByteArray
An element representation for a byte array.static class
Plugin.Engine.Source.Element.ForFile
An element representation for a file.static class
Plugin.Engine.Source.Element.ForJarEntry
Represents a jar file entry as an element.Methods in net.bytebuddy.build that return Plugin.Engine.Source.Element Modifier and Type Method Description Plugin.Engine.Source.Element
Plugin.Engine.Source.ForFolder.FolderIterator. next()
Plugin.Engine.Source.Element
Plugin.Engine.Source.InMemory.MapEntryIterator. next()
Plugin.Engine.Source.Element
Plugin.Engine.Source.Origin.ForJarFile.JarFileIterator. next()
Methods in net.bytebuddy.build that return types with arguments of type Plugin.Engine.Source.Element Modifier and Type Method Description Iterator<Plugin.Engine.Source.Element>
Plugin.Engine.Source.Empty. iterator()
Iterator<Plugin.Engine.Source.Element>
Plugin.Engine.Source.ForFolder. iterator()
Iterator<Plugin.Engine.Source.Element>
Plugin.Engine.Source.InMemory. iterator()
Iterator<Plugin.Engine.Source.Element>
Plugin.Engine.Source.Origin.ForJarFile. iterator()
Methods in net.bytebuddy.build with parameters of type Plugin.Engine.Source.Element Modifier and Type Method Description void
Plugin.Engine.Target.Discarding. retain(Plugin.Engine.Source.Element element)
Retains the supplied element in its original form.void
Plugin.Engine.Target.ForFolder. retain(Plugin.Engine.Source.Element element)
Retains the supplied element in its original form.void
Plugin.Engine.Target.InMemory. retain(Plugin.Engine.Source.Element element)
Retains the supplied element in its original form.void
Plugin.Engine.Target.Sink.ForJarOutputStream. retain(Plugin.Engine.Source.Element element)
Retains the supplied element in its original form.void
Plugin.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.Element Constructor Description ForFailedElement(Plugin.Engine.Source.Element element, TypeDescription typeDescription, List<Throwable> errored)
Creates a new materializable for an element that failed to be transformed.ForRetainedElement(Plugin.Engine.Source.Element element)
Creates a new materializable for a retained element.ForUnresolvedElement(Plugin.Engine.Source.Element element, String typeName)
Creates a new materializable for an element that could not be resolved.
-