Class Javascript

java.lang.Object
io.github.jeemv.springboot.vuejs.utilities.Javascript

public class Javascript extends Object
Javascript Objects utilities This class is part of springBoot-VueJS
  • Constructor Details

    • Javascript

      public Javascript()
  • Method Details

    • copy

      public static String copy(String from, String to)
      Copy all properties from one object to another
      Parameters:
      from - The object to copy from
      to - The object to copy to
      Returns:
    • clone

      public static String clone(String from, String to, String initialize)
      Clone an object
      Parameters:
      from - The object to clone
      to - The object to clone to
      initialize - The object to initialize the clone
      Returns:
    • clone

      public static String clone(String from, String to)
      Clone an object
      Parameters:
      from - The object to clone
      to - The object to clone to
      Returns: