Module jdk.dynalink

Interface GuardingTypeConverterFactory


public interface GuardingTypeConverterFactory
Optional interface that can be implemented by GuardingDynamicLinker implementations to provide language-specific type conversion capabilities. Note that if you implement this interface, you will very likely want to implement ConversionComparator interface too, as your additional language-specific conversions, in absence of a strategy for prioritizing these conversions, will cause more ambiguity for BeansLinker in selecting the correct overload when trying to link to an overloaded Java method.
Since:
9