Revision 4ad992ed
Added by Andreas Müller about 2 years ago
cdmlib-remote/src/main/resources/eu/etaxonomy/cdm/remote/json/jsonConfigurations.xml | ||
---|---|---|
328 | 328 |
<entry key="java.util.Map"> |
329 | 329 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.MapJSONValueProcessor" /> |
330 | 330 |
</entry> |
331 |
<entry key="java.net.URI">
|
|
331 |
<entry key="eu.etaxonomy.cdm.common.URI">
|
|
332 | 332 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.URIJSONValueProcessor"/> |
333 | 333 |
</entry> |
334 | 334 |
<entry key="eu.etaxonomy.cdm.model.taxon.TaxonNodeStatus"> |
... | ... | |
535 | 535 |
<entry key="eu.etaxonomy.cdm.api.service.name.TypeDesignationWorkingSet"> |
536 | 536 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.MapJSONValueProcessor" /> |
537 | 537 |
</entry> |
538 |
<entry key="java.net.URI">
|
|
538 |
<entry key="eu.etaxonomy.cdm.common.URI">
|
|
539 | 539 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.URIJSONValueProcessor"/> |
540 | 540 |
</entry> |
541 | 541 |
<entry key="eu.etaxonomy.cdm.model.taxon.TaxonNodeStatus"> |
... | ... | |
609 | 609 |
<entry key="java.util.Map"> |
610 | 610 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.MapJSONValueProcessor" /> |
611 | 611 |
</entry> |
612 |
<entry key="java.net.URI">
|
|
612 |
<entry key="eu.etaxonomy.cdm.common.URI">
|
|
613 | 613 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.URIJSONValueProcessor"/> |
614 | 614 |
</entry> |
615 | 615 |
</map> |
... | ... | |
664 | 664 |
<entry key="java.util.Map"> |
665 | 665 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.MapJSONValueProcessor" /> |
666 | 666 |
</entry> |
667 |
<entry key="java.net.URI">
|
|
667 |
<entry key="eu.etaxonomy.cdm.common.URI">
|
|
668 | 668 |
<bean class="eu.etaxonomy.cdm.remote.json.processor.value.URIJSONValueProcessor"/> |
669 | 669 |
</entry> |
670 | 670 |
|
Also available in: Unified diff
ref #9114 further adapt jsonConfigurations and add new constructor to URI wrapper