Package net.bytebuddy.dynamic
Class ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Unresolved
- java.lang.Object
-
- net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Unresolved
-
- All Implemented Interfaces:
ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Initializable
- Enclosing interface:
- ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher
@Enhance public static class ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Unresolved extends java.lang.Object implements ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Initializable
Represents a field that could not be located.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
message
The reason why this dispatcher is unavailable.
-
Constructor Summary
Constructors Constructor Description Unresolved(java.lang.String message)
Creates a representation of a non-resolved field.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher
initialize()
Initializes the dispatcher.
-
-
-
Method Detail
-
initialize
public ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher initialize()
Initializes the dispatcher.- Specified by:
initialize
in interfaceClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Initializable
- Returns:
- An initialized dispatcher.
-
-