public static interface MethodRegistry.Compiled extends TypeWriter.MethodPool
TypeWriter.MethodPool.Record
Modifier and Type | Method and Description |
---|---|
MethodList<?> |
getInstrumentedMethods()
Returns a list of all methods that should be instrumented.
|
TypeDescription |
getInstrumentedType()
Returns the instrumented type that is to be created.
|
LoadedTypeInitializer |
getLoadedTypeInitializer()
Returns the loaded type initializer of the instrumented type.
|
MethodList<?> |
getMethods()
Returns the declared or virtually inherited methods of this type.
|
TypeInitializer |
getTypeInitializer()
The type initializer of the instrumented type.
|
target
TypeDescription getInstrumentedType()
MethodList<?> getMethods()
MethodList<?> getInstrumentedMethods()
LoadedTypeInitializer getLoadedTypeInitializer()
TypeInitializer getTypeInitializer()
Copyright © 2014–2024. All rights reserved.