aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/services
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-04-10 12:39:53 +0200
committersebdet <sebastien.determe@intl.att.com>2019-04-10 12:39:53 +0200
commit9342b6c9ea3dd02feb9e1d8acc81e5b50c66f1e2 (patch)
treec6b2580eabcdefacf20ed0246f9942ea129adc41 /src/main/resources/META-INF/services
parenteb71d70552c827e1d8405862f73e8cbd827c6e48 (diff)
Rework Gson in Camel
Create new Camel DataFormat class to handle the Clamp JSon model specific type Issue-ID: CLAMP-303 Change-Id: I2abd173c7d2a96a03d333a8def4307bc3cf082d7 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/META-INF/services')
-rw-r--r--src/main/resources/META-INF/services/org/apache/camel/dataformat/clamp-gson23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/services/org/apache/camel/dataformat/clamp-gson b/src/main/resources/META-INF/services/org/apache/camel/dataformat/clamp-gson
new file mode 100644
index 00000000..3fa78e04
--- /dev/null
+++ b/src/main/resources/META-INF/services/org/apache/camel/dataformat/clamp-gson
@@ -0,0 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * ONAP CLAMP
+ * ================================================================================
+ * Copyright (C) 2019 AT&T Intellectual Property. All rights
+ * reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END============================================
+ * ===================================================================
+ */
+
+class=org.onap.clamp.configuration.ClampGsonDataFormat \ No newline at end of file