public static class AgentBuilder.Default.Transformation.Resolution.Unresolved extends Object implements AgentBuilder.Default.Transformation.Resolution
AgentBuilder.Default.Transformation.Resolution.Decoratable, AgentBuilder.Default.Transformation.Resolution.Sort, AgentBuilder.Default.Transformation.Resolution.Unresolved| Modifier | Constructor and Description |
|---|---|
protected |
Unresolved(TypeDescription typeDescription,
ClassLoader classLoader,
JavaModule module)
Creates a new unresolved resolution.
|
protected Unresolved(TypeDescription typeDescription, ClassLoader classLoader, JavaModule module)
typeDescription - The type that is not transformed.classLoader - The unresolved type's class loader.module - The non-transformed type's module or null if the current VM does not support modules.public AgentBuilder.Default.Transformation.Resolution.Sort getSort()
AgentBuilder.Default.Transformation.ResolutiongetSort in interface AgentBuilder.Default.Transformation.Resolutionpublic AgentBuilder.Default.Transformation.Resolution asDecoratorOf(AgentBuilder.Default.Transformation.Resolution resolution)
AgentBuilder.Default.Transformation.ResolutionasDecoratorOf in interface AgentBuilder.Default.Transformation.Resolutionresolution - The resolution for which this resolution should serve as a decorator.public AgentBuilder.Default.Transformation.Resolution prepend(AgentBuilder.Default.Transformation.Resolution.Decoratable resolution)
AgentBuilder.Default.Transformation.Resolutionprepend in interface AgentBuilder.Default.Transformation.Resolutionresolution - The resolution for which this resolution should serve as a decorator.public byte[] apply(AgentBuilder.InitializationStrategy initializationStrategy, ClassFileLocator classFileLocator, AgentBuilder.TypeStrategy typeStrategy, ByteBuddy byteBuddy, AgentBuilder.Default.NativeMethodStrategy methodNameTransformer, AgentBuilder.Default.BootstrapInjectionStrategy bootstrapInjectionStrategy, AccessControlContext accessControlContext, AgentBuilder.Listener listener)
AgentBuilder.Default.Transformation.Resolutionnull if a type is not to be transformed.apply in interface AgentBuilder.Default.Transformation.ResolutioninitializationStrategy - The initialization strategy to use.classFileLocator - The class file locator to use.typeStrategy - The definition handler to use.byteBuddy - The Byte Buddy instance to use.methodNameTransformer - The method name transformer to be used.bootstrapInjectionStrategy - The bootstrap injection strategy to be used.accessControlContext - The access control context to be used.listener - The listener to be invoked to inform about an applied or non-applied transformation.null if no transformation is attempted.Copyright © 2014–2016. All rights reserved.