Saves an object to a YAML configuration. @param object The object to be saved. @param configuration The YAML configuration to save the object to. @param path The path within the configuration where the object should be saved. @param file The file where the configuration is stored. @param objects Ad
(T object,@NotNull YamlConfiguration configuration,@NotNull String path, File file, Object... objects)
| 34 | * @param objects Additional parameters that might be needed for saving. |
| 35 | */ |
| 36 | void save(T object,@NotNull YamlConfiguration configuration,@NotNull String path, File file, Object... objects); |
| 37 | |
| 38 | } |
no outgoing calls
no test coverage detected