java.lang.Object
com.github.fungal.api.deployment.Map

public class Map extends Object
Represents a map
  • Constructor Details

    • Map

      public Map(String keyClass, String valueClass)
      Constructor
      Parameters:
      keyClass - The key class
      valueClass - The value class
  • Method Details

    • getEntry

      public List<Entry> getEntry()
      Get the entries
      Returns:
      The value
    • getClazz

      public String getClazz()
      Get the class
      Returns:
      The value
    • setClazz

      public void setClazz(String value)
      Set the class
      Parameters:
      value - The value
    • getKeyClass

      public String getKeyClass()
      Get the key class
      Returns:
      The value
    • getValueClass

      public String getValueClass()
      Get the value class
      Returns:
      The value