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.
  • Constructor Details

    • ProjectionProperties

      public ProjectionProperties()
  • Method Details

    • getEngine

      public ProjectionProperties.Engine getEngine()
      Gets the projection engine to use.
      Returns:
      the current projection engine
    • setEngine

      public void setEngine(ProjectionProperties.Engine engine)
      Sets the projection engine to use.
      Parameters:
      engine - the projection engine to set