Package | Description |
---|---|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
Modifier and Type | Method and Description |
---|---|
MethodRegistry.Compiled |
MethodRegistry.compile(InstrumentedType instrumentedType,
TypeWriter.MethodPool.Entry fallback)
Once all entries for a method registry were registered, a method registry can be compiled in order to allow the
retrieval of a compiled entry for a known method.
|
MethodRegistry.Compiled |
MethodRegistry.Default.compile(InstrumentedType instrumentedType,
TypeWriter.MethodPool.Entry fallback) |
Copyright © 2014. All rights reserved.