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 |
FieldLocator.Resolution.Illegal
An illegal resolution.
|
static class |
FieldLocator.Resolution.Simple
A simple implementation for a field resolution.
|
Modifier and Type | Method and Description |
---|---|
FieldLocator.Resolution |
FieldLocator.locate(String name)
Locates a field with the given name and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.NoOp.locate(String name)
Locates a field with the given name and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.AbstractBase.locate(String name)
Locates a field with the given name and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.locate(String name,
TypeDescription type)
Locates a field with the given name and type and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.NoOp.locate(String name,
TypeDescription type)
Locates a field with the given name and type and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.AbstractBase.locate(String name,
TypeDescription type)
Locates a field with the given name and type and throws an exception if no such type exists.
|
Copyright © 2014–2020. All rights reserved.