summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-json/src/main/java/org/apache/tuscany/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enhance the include/exclude filter processing and fix a NPErfeng2012-09-171-16/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1386756 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the partial read support so that we can use the full property names ↵rfeng2012-09-141-21/+70
| | | | | | in the object tree git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384975 13f79535-47bb-0310-9956-ffa450edef68
* Add the checking for root classrfeng2012-09-131-8/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384167 13f79535-47bb-0310-9956-ffa450edef68
* Fix the default mapper so that it can handle tuscanyFilterrfeng2012-09-101-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383130 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the ability to allow partial json serializationrfeng2012-09-103-6/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383017 13f79535-47bb-0310-9956-ffa450edef68
* Handle inputstream to outputstream copyrfeng2012-03-211-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303509 13f79535-47bb-0310-9956-ffa450edef68
* Reuse the ObjectMapperrfeng2012-03-021-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296003 13f79535-47bb-0310-9956-ffa450edef68
* Make the jackson annotation introspector come before the JAXB one as we need ↵rfeng2012-02-141-2/+3
| | | | | | to use the Jackson annotations to override the JAXB in some cases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244154 13f79535-47bb-0310-9956-ffa450edef68
* Fix the json deserialization of generic collection and upgrade to jackson 1.9.4rfeng2012-01-302-16/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238014 13f79535-47bb-0310-9956-ffa450edef68
* Use Jackson JsonNode as the unified representation of json datarfeng2011-10-101-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181240 13f79535-47bb-0310-9956-ffa450edef68
* Use home-grown JSONRPC implementationrfeng2011-10-106-300/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180780 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Date format for json data bindingrfeng2011-09-061-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165872 13f79535-47bb-0310-9956-ffa450edef68
* Streamline the json serialization into output streamrfeng2011-07-202-5/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148839 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to jackson 1.7.1 releaserfeng2011-02-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068210 13f79535-47bb-0310-9956-ffa450edef68
* Change json serialization to not marshal null valuesrfeng2010-12-303-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053939 13f79535-47bb-0310-9956-ffa450edef68
* Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng2010-11-133-23/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034820 13f79535-47bb-0310-9956-ffa450edef68
* Fixing databinding issue when submitting empty strings from js client to a ↵lresende2010-09-171-4/+9
| | | | | | json-rpc service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998006 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. ↵slaws2010-09-081-1/+7
| | | | | | BigDecimal is detected in an interface as a Java simple type but you have to manage it explicitly when converting from primitive types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@994995 13f79535-47bb-0310-9956-ffa450edef68
* Add support for primitive java typesrfeng2010-09-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
* Allow primitive return values to pass through the Object2JSON transformer.slaws2010-09-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992281 13f79535-47bb-0310-9956-ffa450edef68
* Add array support for the transformerrfeng2010-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948680 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-195-5/+172
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the JSON databindign with Jackson 1.5.0rfeng2010-04-014-25/+122
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930100 13f79535-47bb-0310-9956-ffa450edef68
* Add a list of recently ported modules into the build rfeng2010-03-301-2/+2
| | | | | | Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson and jettision to latest versionsrfeng2010-03-282-0/+154
| | | | | | Add more transformers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928344 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the databinding coderfeng2010-02-278-9/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2012-0/+1058
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68