Uses of Class
de.bsommerfeld.jshepherd.core.ConfigurablePojo
Packages that use ConfigurablePojo
-
Uses of ConfigurablePojo in de.bsommerfeld.jshepherd.core
Classes in de.bsommerfeld.jshepherd.core with type parameters of type ConfigurablePojoModifier and TypeClassDescriptionclassConfigurablePojo<SELF extends ConfigurablePojo<SELF>>Abstract base class for configuration POJOs that can be saved and reloaded.Methods in de.bsommerfeld.jshepherd.core with type parameters of type ConfigurablePojoModifier and TypeMethodDescription<T extends ConfigurablePojo<T>>
TLoads the configuration using the specified default POJO supplier.static <T extends ConfigurablePojo<T>>
TLoads configuration from the specified file path with comments enabled.static <T extends ConfigurablePojo<T>>
TConfigurationLoader.load(Path filePath, Supplier<T> defaultPojoSupplier, boolean useComplexSaveWithComments) Loads configuration from the specified file path.