public class MapProviderService extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.logging.log4j.Logger |
logger |
private org.springframework.oxm.jaxb.Jaxb2Marshaller |
mapMarshaller |
| Constructor and Description |
|---|
MapProviderService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMaps()
Retrieve the map data consisting of key value pairs, where the key is the text key with which the map
should be represented and the value the path to the map definition XML on the classpath.
|
private Source |
getSourceFromFile(String fileName) |
private void |
verifyMapDimenstions(String mapDefinition) |
private final org.apache.logging.log4j.Logger logger
@Autowired @Qualifier(value="jaxb2XmlModelMarshaller") private org.springframework.oxm.jaxb.Jaxb2Marshaller mapMarshaller
public Map<String,String> getMaps()
private void verifyMapDimenstions(String mapDefinition)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.