| Package | Description | 
|---|---|
| net.bytebuddy.build | A package for types that allow for applying Byte Buddy transformation during a build process. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Plugin.Engine.Source.Element.ForByteArrayAn element representation for a byte array. | 
| static class  | Plugin.Engine.Source.Element.ForFileAn element representation for a file. | 
| static class  | Plugin.Engine.Source.Element.ForJarEntryRepresents a jar file entry as an element. | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin.Engine.Source.Element | Plugin.Engine.Source.Origin.ForJarFile.JarFileIterator. next() | 
| Plugin.Engine.Source.Element | Plugin.Engine.Source.InMemory.MapEntryIterator. next() | 
| Plugin.Engine.Source.Element | Plugin.Engine.Source.ForFolder.FolderIterator. next() | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<Plugin.Engine.Source.Element> | Plugin.Engine.Source.Origin.ForJarFile. iterator() | 
| Iterator<Plugin.Engine.Source.Element> | Plugin.Engine.Source.Origin.Filtering. iterator() | 
| Iterator<Plugin.Engine.Source.Element> | Plugin.Engine.Source.Empty. iterator() | 
| Iterator<Plugin.Engine.Source.Element> | Plugin.Engine.Source.InMemory. iterator() | 
| Iterator<Plugin.Engine.Source.Element> | Plugin.Engine.Source.ForFolder. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Plugin.Engine.Target.Sink. 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.Discarding. 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.ForFolder. retain(Plugin.Engine.Source.Element element)Retains the supplied element in its original form. | 
| Constructor and 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. | 
| Constructor and Description | 
|---|
| 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. | 
| 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. | 
Copyright © 2014–2021. All rights reserved.