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 | Class and Description |
---|---|
static class |
FieldRegistry.Compiled.NoOp
A no-op field registry that does not register annotations for any field.
|
protected static class |
FieldRegistry.Default.Compiled
A compiled default field registry.
|
Modifier and Type | Method and Description |
---|---|
FieldRegistry.Compiled |
FieldRegistry.Prepared.compile(TypeWriter.FieldPool.Entry fallback)
Compiled the field registry.
|
FieldRegistry.Compiled |
FieldRegistry.Default.Prepared.compile(TypeWriter.FieldPool.Entry fallback) |
Copyright © 2014–2015. All rights reserved.