Package | Description |
---|---|
org.dynalang.dynalink.linker |
Contains interfaces and classes needed by language runtimes to implement
their own language-specific linkers.
|
org.dynalang.dynalink.support |
Contains supporting classes for other packages.
|
Modifier and Type | Method and Description |
---|---|
ConversionComparator.Comparison |
ConversionComparator.compareConversion(Class<?> sourceType,
Class<?> targetType1,
Class<?> targetType2)
Determines which of the two target types is the preferred conversion target from a source type.
|
ConversionComparator.Comparison |
LinkerServices.compareConversion(Class<?> sourceType,
Class<?> targetType1,
Class<?> targetType2)
Determines which of the two type conversions from a source type to the two target types is preferred.
|
static ConversionComparator.Comparison |
ConversionComparator.Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionComparator.Comparison[] |
ConversionComparator.Comparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConversionComparator.Comparison |
LinkerServicesImpl.compareConversion(Class<?> sourceType,
Class<?> targetType1,
Class<?> targetType2) |
ConversionComparator.Comparison |
TypeConverterFactory.compareConversion(Class<?> sourceType,
Class<?> targetType1,
Class<?> targetType2)
Determines which of the two type conversions from a source type to the two target types is preferred.
|
Copyright © 2016 Attila Szegedi. All rights reserved.