Assigner
implementations of this package
are capable of assigning non-primitive types to each other.See: Description
Class | Description |
---|---|
GenericTypeAwareAssigner.IsAssignableToVisitor |
A visitor for generic types that determines assignability of such types.
|
GenericTypeAwareAssigner.IsAssignableToVisitor.OfGenericArray |
A visitor for determining assignability of a generic array type.
|
GenericTypeAwareAssigner.IsAssignableToVisitor.OfManifestType |
An implementation of a assignability visitor that is applicable for any non-wildcard type.
|
GenericTypeAwareAssigner.IsAssignableToVisitor.OfNonGenericType |
A visitor for determining assignability of a non-generic type.
|
GenericTypeAwareAssigner.IsAssignableToVisitor.OfParameterizedType |
A visitor for determining the assignability of a parameterized type.
|
GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType |
A visitor for determining assignability of a type in a type hierarchy, i.e.
|
GenericTypeAwareAssigner.IsAssignableToVisitor.OfWildcard |
A visitor to determine the assignability of a wildcard type.
|
Enum | Description |
---|---|
GenericTypeAwareAssigner |
An assigner implementation that considers generic type assignability.
|
ReferenceTypeAwareAssigner |
A simple assigner that is capable of handling the casting of reference types.
|
Assigner
implementations of this package
are capable of assigning non-primitive types to each other.Copyright © 2014–2024. All rights reserved.