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 classTypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBaseAn abstract base implementation of a dispatcher that forwards the decision to a visitor implementation.static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForGenericArrayA dispatcher for checking the assignability of a generic array type.static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForNonGenericTypeA dispatcher for checking the assignability of a non-generic type.static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedTypeA dispatcher for checking the assignability of a parameterized type.protected static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.ContravariantBindingA dispatcher for an contravariant parameter of a parameterized type, i.e.protected static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.CovariantBindingA dispatcher for an covariant parameter of a parameterized type, i.e.protected static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.InvariantBindingA dispatcher for an invariant parameter of a parameterized type, i.e.static classTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForTypeVariableA dispatcher for checking the assignability of a type variable.
-