Class MapTemplate

java.lang.Object
io.github.projectunified.maptemplate.MapTemplate

public class MapTemplate extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • builder

      public static MapTemplate.Builder builder()
      Create a new builder for MapTemplate.Options.
      Returns:
      the builder
    • apply

      public Object apply(Object obj)
      Applies the variables to an object depending on its type. Processes Collections, Maps, and Strings recursively.
      Parameters:
      obj - the object to process
      Returns:
      the resolved object