Uses of Interface
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Assigner.Dispatcher
-
Packages that use TypeDescription.Generic.Visitor.Assigner.Dispatcher Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.Visitor.Assigner.Dispatcher in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeDescription.Generic.Visitor.Assigner.Dispatcher Modifier and Type Class Description static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBase
An abstract base implementation of a dispatcher that forwards the decision to a visitor implementation.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.protected static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.ContravariantBinding
A dispatcher for an contravariant parameter of a parameterized type, i.e.protected static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.CovariantBinding
A dispatcher for an covariant parameter of a parameterized type, i.e.protected static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.InvariantBinding
A dispatcher for an invariant parameter of a parameterized type, i.e.static class
TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForTypeVariable
A dispatcher for checking the assignability of a type variable.
-