Class SerializableMapConfigPath<T>

java.lang.Object
me.hsgamer.hscore.config.path.AdvancedConfigPath<Map<String,Object>,T>
me.hsgamer.hscore.config.path.SerializableMapConfigPath<T>
Type Parameters:
T - the type of the final value
All Implemented Interfaces:
ConfigPath<T>
Direct Known Subclasses:
MapConfigPath

public abstract class SerializableMapConfigPath<T> extends AdvancedConfigPath<Map<String,Object>,T>
An serializable map config path
  • Constructor Details

    • SerializableMapConfigPath

      public SerializableMapConfigPath(String path, T def)
      Create a config path
      Parameters:
      path - the path to the value
      def - the default value if it's not found
  • Method Details