| Package | Description |
|---|---|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeDescription.ForLoadedType.WithEagerProperties
A type description of a loaded type that resolves any field, constructor or method property eagerly, i.e. calls all of
Class.getDeclaredFields(), Class.getDeclaredMethods(), Class.getDeclaredConstructors() and
Class.getDeclaredClasses(). |
Copyright © 2014–2016. All rights reserved.