public interface TypeInitializer
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeInitializer.Compound
A compound type initializer that combines several type initializers.
|
static class |
TypeInitializer.NoOp
A type initializer that does not do anything.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlive()
Indicates if this initializer is alive and needs to be invoked.
|
void |
onLoad(Class<?> type)
Callback that is invoked on the creation of an instrumented type.
|
void onLoad(Class<?> type)
type - The manifestation of the instrumented type.boolean isAlive()
true if this initializer is alive.Copyright © 2014. All rights reserved.