Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.TransformerDecorator
-
Packages that use AgentBuilder.TransformerDecorator 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.TransformerDecorator in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.TransformerDecorator Modifier and Type Class Description static classAgentBuilder.TransformerDecorator.CompoundA compound transformer decorator.static classAgentBuilder.TransformerDecorator.NoOpA transformer decorator that retains the original transformer.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.TransformerDecorator Modifier and Type Field Description protected AgentBuilder.TransformerDecoratorAgentBuilder.Default. transformerDecoratorA decorator to wrap the created class file transformer.Fields in net.bytebuddy.agent.builder with type parameters of type AgentBuilder.TransformerDecorator Modifier and Type Field Description private java.util.List<AgentBuilder.TransformerDecorator>AgentBuilder.TransformerDecorator.Compound. transformerDecoratorsThe listeners to invoke.Methods in net.bytebuddy.agent.builder with parameters of type AgentBuilder.TransformerDecorator Modifier and Type Method Description AgentBuilderAgentBuilder.Default.Delegator. with(AgentBuilder.TransformerDecorator transformerDecorator)Adds a decorator for the created class file transformer.AgentBuilderAgentBuilder.Default. with(AgentBuilder.TransformerDecorator transformerDecorator)Adds a decorator for the created class file transformer.AgentBuilderAgentBuilder. with(AgentBuilder.TransformerDecorator transformerDecorator)Adds a decorator for the created class file transformer.Constructor parameters in net.bytebuddy.agent.builder with type arguments of type AgentBuilder.TransformerDecorator Constructor Description Compound(java.util.List<? extends AgentBuilder.TransformerDecorator> transformerDecorators)Creates a new compound listener.
-