Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBase
-
Packages that use TypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBase Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBase in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBase in net.bytebuddy.description.type Modifier and Type Class Description static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForGenericArray
A dispatcher for checking the assignability of a generic array type.static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForNonGenericType
A dispatcher for checking the assignability of a non-generic type.static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType
A dispatcher for checking the assignability of a parameterized type.static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForTypeVariable
A dispatcher for checking the assignability of a type variable.
-