Uses of Class
net.bytebuddy.implementation.bytecode.assign.reference.GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType
Packages that use GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType
Package
Description
Assigner
implementations of this package
are capable of assigning non-primitive types to each other.-
Uses of GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType in net.bytebuddy.implementation.bytecode.assign.reference
Subclasses of GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType in net.bytebuddy.implementation.bytecode.assign.referenceModifier and TypeClassDescriptionprotected static class
A visitor for determining assignability of a non-generic type.protected static class
A visitor for determining the assignability of a parameterized type.