@HashCodeAndEqualsPlugin.Enhance public static class ClassInjector.UsingUnsafe.Dispatcher.Disabled extends Object implements ClassInjector.UsingUnsafe.Dispatcher.Initializable
Modifier | Constructor and Description |
---|---|
protected |
Disabled(Exception exception)
Creates a disabled dispatcher.
|
Modifier and Type | Method and Description |
---|---|
ClassInjector.UsingUnsafe.Dispatcher |
initialize()
Initializes the dispatcher.
|
boolean |
isAvailable()
Checks if unsafe class injection is available on the current VM.
|
protected Disabled(Exception exception)
exception
- The exception causing this dispatcher's creation.public boolean isAvailable()
ClassInjector.UsingUnsafe.Dispatcher.Initializable
isAvailable
in interface ClassInjector.UsingUnsafe.Dispatcher.Initializable
true
if unsafe class injection is available.public ClassInjector.UsingUnsafe.Dispatcher initialize()
ClassInjector.UsingUnsafe.Dispatcher.Initializable
initialize
in interface ClassInjector.UsingUnsafe.Dispatcher.Initializable
Copyright © 2014–2018. All rights reserved.