Uses of Interface
net.bytebuddy.build.Plugin.Engine.Source.Origin
Packages that use Plugin.Engine.Source.Origin
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Engine.Source.Origin in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Source.OriginModifier and TypeClassDescriptionprotected static classImplements a compoundPlugin.Engine.Source.Origin.static enumAn empty source that does not contain any elements or a manifest.static classRepresents the contents of a folder as class files.static classA source that represents a collection of in-memory resources that are represented as byte arrays.static classAn origin that forwards all invocations to a delegate where anElementMatcheris applied prior to iteration.static classAn origin implementation for a jar file.Fields in net.bytebuddy.build declared as Plugin.Engine.Source.OriginModifier and TypeFieldDescriptionprivate final Plugin.Engine.Source.OriginPlugin.Engine.Source.Origin.Filtering.delegateThe origin to which invocations are delegated.Fields in net.bytebuddy.build with type parameters of type Plugin.Engine.Source.OriginModifier and TypeFieldDescriptionprivate final List<Plugin.Engine.Source.Origin> Plugin.Engine.Source.Compound.Origin.originsA list of represented origins.Methods in net.bytebuddy.build that return Plugin.Engine.Source.OriginModifier and TypeMethodDescriptionPlugin.Engine.Source.Compound.read()Initiates reading from a source.Plugin.Engine.Source.Empty.read()Initiates reading from a source.Plugin.Engine.Source.Filtering.read()Initiates reading from a source.Plugin.Engine.Source.ForFolder.read()Initializes a reading from this source.Plugin.Engine.Source.ForJarFile.read()Initiates reading from a source.Plugin.Engine.Source.InMemory.read()Initiates reading from a source.Plugin.Engine.Source.read()Initiates reading from a source.Constructors in net.bytebuddy.build with parameters of type Plugin.Engine.Source.OriginModifierConstructorDescriptionFiltering(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.Constructor parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.Source.OriginModifierConstructorDescriptionprotectedOrigin(List<Plugin.Engine.Source.Origin> origins) Creates a new compound origin.