Uses of Interface
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Assigner.Dispatcher
Packages that use TypeDescription.Generic.Visitor.Assigner.Dispatcher
Package
Description
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.DispatcherModifier and TypeClassDescriptionstatic class
An abstract base implementation of a dispatcher that forwards the decision to a visitor implementation.static class
A dispatcher for checking the assignability of a generic array type.static class
A dispatcher for checking the assignability of a non-generic type.static class
A dispatcher for checking the assignability of a parameterized type.protected static class
A dispatcher for an contravariant parameter of a parameterized type, i.e.protected static class
A dispatcher for an covariant parameter of a parameterized type, i.e.protected static class
A dispatcher for an invariant parameter of a parameterized type, i.e.static class
A dispatcher for checking the assignability of a type variable.Methods in net.bytebuddy.description.type that return TypeDescription.Generic.Visitor.Assigner.DispatcherModifier and TypeMethodDescriptionTypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.onGenericArray
(TypeDescription.Generic genericArray) Visits a generic array type (TypeDefinition.Sort.GENERIC_ARRAY
).TypeDescription.Generic.Visitor.Assigner.onGenericArray
(TypeDescription.Generic genericArray) Visits a generic array type (TypeDefinition.Sort.GENERIC_ARRAY
).TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.onNonGenericType
(TypeDescription.Generic typeDescription) Visits a non-generic type (TypeDefinition.Sort.NON_GENERIC
).TypeDescription.Generic.Visitor.Assigner.onNonGenericType
(TypeDescription.Generic typeDescription) Visits a non-generic type (TypeDefinition.Sort.NON_GENERIC
).TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.onParameterizedType
(TypeDescription.Generic parameterizedType) Visits a parameterized type (TypeDefinition.Sort.PARAMETERIZED
).TypeDescription.Generic.Visitor.Assigner.onParameterizedType
(TypeDescription.Generic parameterizedType) Visits a parameterized type (TypeDefinition.Sort.PARAMETERIZED
).TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.onTypeVariable
(TypeDescription.Generic typeVariable) Visits a type variable (TypeDefinition.Sort.VARIABLE
,TypeDefinition.Sort.VARIABLE_SYMBOLIC
).TypeDescription.Generic.Visitor.Assigner.onTypeVariable
(TypeDescription.Generic typeVariable) Visits a type variable (TypeDefinition.Sort.VARIABLE
,TypeDefinition.Sort.VARIABLE_SYMBOLIC
).TypeDescription.Generic.Visitor.Assigner.Dispatcher.ForParameterizedType.ParameterAssigner.onWildcard
(TypeDescription.Generic wildcard) Visits a wildcard (TypeDefinition.Sort.WILDCARD
).TypeDescription.Generic.Visitor.Assigner.onWildcard
(TypeDescription.Generic wildcard) Visits a wildcard (TypeDefinition.Sort.WILDCARD
).