Class ProjectionProperties
java.lang.Object
nl.datasteel.crudcraft.projection.config.ProjectionProperties
@ConfigurationProperties(prefix="crudcraft.projection")
public class ProjectionProperties
extends Object
Configuration properties for projection engine selection.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum representing the available projection engines. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the projection engine to use.void
setEngine
(ProjectionProperties.Engine engine) Sets the projection engine to use.
-
Constructor Details
-
ProjectionProperties
public ProjectionProperties()
-
-
Method Details
-
getEngine
Gets the projection engine to use.- Returns:
- the current projection engine
-
setEngine
Sets the projection engine to use.- Parameters:
engine
- the projection engine to set
-