Uses of Class
de.terrestris.shoguncore.model.map.MapConfig
-
Packages that use MapConfig Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model.module de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of MapConfig in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type MapConfig Modifier and Type Class Description classMapConfigDao<E extends MapConfig> -
Uses of MapConfig in de.terrestris.shoguncore.model.module
Methods in de.terrestris.shoguncore.model.module that return MapConfig Modifier and Type Method Description MapConfigMap. getMapConfig()Methods in de.terrestris.shoguncore.model.module with parameters of type MapConfig Modifier and Type Method Description voidMap. setMapConfig(MapConfig mapConfig)Constructors in de.terrestris.shoguncore.model.module with parameters of type MapConfig Constructor Description Map(String name, MapConfig mapConfig, List<Layer> mapLayers) -
Uses of MapConfig in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type MapConfig Modifier and Type Class Description classMapConfigRestController<E extends MapConfig,D extends MapConfigDao<E>,S extends MapConfigService<E,D>> -
Uses of MapConfig in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type MapConfig Modifier and Type Class Description classMapConfigService<E extends MapConfig,D extends MapConfigDao<E>>Service class for theModulemodel.
-