Uses of Interface
net.bytebuddy.dynamic.scaffold.FieldLocator.Resolution
-
Packages that use FieldLocator.Resolution 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. -
-
Uses of FieldLocator.Resolution in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement FieldLocator.Resolution Modifier and Type Class Description static class
FieldLocator.Resolution.Illegal
An illegal resolution.static class
FieldLocator.Resolution.Simple
A simple implementation for a field resolution.Methods in net.bytebuddy.dynamic.scaffold that return FieldLocator.Resolution Modifier and Type Method Description FieldLocator.Resolution
FieldLocator.AbstractBase. locate(java.lang.String name)
FieldLocator.Resolution
FieldLocator.AbstractBase. locate(java.lang.String name, TypeDescription type)
FieldLocator.Resolution
FieldLocator. locate(java.lang.String name)
Locates a field with the given name and throws an exception if no such type exists.FieldLocator.Resolution
FieldLocator. locate(java.lang.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(java.lang.String name)
FieldLocator.Resolution
FieldLocator.NoOp. locate(java.lang.String name, TypeDescription type)
-