Package net.bytebuddy.agent.builder
Interface AgentBuilder.Default.Transformation.Resolution.Decoratable
-
- All Superinterfaces:
AgentBuilder.Default.Transformation.Resolution
- All Known Implementing Classes:
AgentBuilder.Default.Transformation.Simple.Resolution
- Enclosing interface:
- AgentBuilder.Default.Transformation.Resolution
public static interface AgentBuilder.Default.Transformation.Resolution.Decoratable extends AgentBuilder.Default.Transformation.Resolution
A resolution that can be decorated by a transformer.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation.Resolution
AgentBuilder.Default.Transformation.Resolution.Decoratable, AgentBuilder.Default.Transformation.Resolution.Sort, AgentBuilder.Default.Transformation.Resolution.Unresolved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentBuilder.Default.Transformation.Resolution
append(AgentBuilder.Transformer transformer)
Appends the supplied transformer to this resolution.-
Methods inherited from interface net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation.Resolution
apply, asDecoratorOf, getSort, prepend
-
-
-
-
Method Detail
-
append
AgentBuilder.Default.Transformation.Resolution append(AgentBuilder.Transformer transformer)
Appends the supplied transformer to this resolution.- Parameters:
transformer
- The transformer to append to the transformer that is represented bz this instance.- Returns:
- A new resolution with the supplied transformer appended to this transformer.
-
-