Interface ParameterConverter<P,​D>

  • Type Parameters:
    P - 参数类型
    D - 预支持类型

    public interface ParameterConverter<P,​D>
    参数类型转换器
    • Method Detail

      • convert

        D convert​(P parameter)