Interface ConfigObject<T>

    • Method Detail

      • getPath

        String getPath()
        The path to the config item.
        Returns:
        the path to the config item
      • getType

        Class<T> getType()
        The raw type of the config item.
        Returns:
        the raw type of the config item
      • getTypeToken

        com.google.common.reflect.TypeToken<T> getTypeToken()
        The complete type of the config item.
        Returns:
        the complete type of the config item
        Since:
        1.4
      • getObject

        T getObject()
        The bound object.
        Returns:
        the bound object