Interface ModelSaveOption
-
public interface ModelSaveOption
Marker interface for model serialization parameters- Since:
- 2020.2
- See Also:
ModelLoadingOption
,ModelFactory.save(SModel, DataSource, ModelSaveOption...)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
mandatory()
default boolean
present(ModelSaveOption... options)
-
-
-
Method Detail
-
mandatory
boolean mandatory()
- Returns:
true
ifModelFactory
shall fail when option is not supported
-
present
default boolean present(@Nullable ModelSaveOption... options)
-
-