?? TargetRule
public interface TargetRule
Interface for custom conversion rules.
-
????
??????????The function to perform the conversion.The target type of this rule.
-
??????
-
getFunction
ConverterFunction getFunction()The function to perform the conversion.- ??:
- The function.
-
getTargetType
Type getTargetType()The target type of this rule. The conversion function is invoked for each conversion to the target type.- ??:
- The target type.
-