Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Identified.Narrowable
-
Packages that use AgentBuilder.Identified.Narrowable Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of AgentBuilder.Identified.Narrowable in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Identified.Narrowable Modifier and Type Class Description protected classAgentBuilder.Default.TransformingA helper class that describes aAgentBuilder.Defaultafter supplying aAgentBuilder.RawMatchersuch that one or severalAgentBuilder.Transformers can be supplied.Methods in net.bytebuddy.agent.builder that return AgentBuilder.Identified.Narrowable Modifier and Type Method Description AgentBuilder.Identified.NarrowableAgentBuilder.Default.Transforming. and(AgentBuilder.RawMatcher rawMatcher)Defines a matching that is positive if both the previous matcher and the supplied matcher are matched.AgentBuilder.Identified.NarrowableAgentBuilder.Default.Transforming. or(AgentBuilder.RawMatcher rawMatcher)Defines a matching that is positive if the previous matcher or the supplied matcher are matched.AgentBuilder.Identified.NarrowableAgentBuilder.Default.Delegator. type(AgentBuilder.RawMatcher matcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default.Delegator. type(ElementMatcher<? super TypeDescription> typeMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default.Delegator. type(ElementMatcher<? super TypeDescription> typeMatcher, ElementMatcher<? super ClassLoader> classLoaderMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default.Delegator. type(ElementMatcher<? super TypeDescription> typeMatcher, ElementMatcher<? super ClassLoader> classLoaderMatcher, ElementMatcher<? super JavaModule> moduleMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default. type(AgentBuilder.RawMatcher matcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default. type(ElementMatcher<? super TypeDescription> typeMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default. type(ElementMatcher<? super TypeDescription> typeMatcher, ElementMatcher<? super ClassLoader> classLoaderMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder.Default. type(ElementMatcher<? super TypeDescription> typeMatcher, ElementMatcher<? super ClassLoader> classLoaderMatcher, ElementMatcher<? super JavaModule> moduleMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder. type(AgentBuilder.RawMatcher matcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder. type(ElementMatcher<? super TypeDescription> typeMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder. type(ElementMatcher<? super TypeDescription> typeMatcher, ElementMatcher<? super ClassLoader> classLoaderMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.AgentBuilder.Identified.NarrowableAgentBuilder. type(ElementMatcher<? super TypeDescription> typeMatcher, ElementMatcher<? super ClassLoader> classLoaderMatcher, ElementMatcher<? super JavaModule> moduleMatcher)Matches a type being loaded in order to apply the suppliedAgentBuilder.Transformers before loading this type.
-