Interface Convert

    • Method Detail

      • convert

        void convert​(java.lang.Object src,
                     java.lang.Object dest,
                     int length)
      • newInstance

        Convert newInstance()
      • create

        static <A extends NativeType<A>,​B extends NativeType<B>> Convert create​(A srcType,
                                                                                      B destType,
                                                                                      java.util.function.Supplier<Converter<A,​B>> converterSupplier)