Package com.tinkerpop.rexster.extension

Examples of com.tinkerpop.rexster.extension.ExtensionDescriptor.description()


                                    hypermediaLink.put("title", currentNamespaceAndName);
                                }

                                // descriptor is not a required annotation for extensions.
                                if (descriptor != null) {
                                    hypermediaLink.put("description", descriptor.description());
                                }

                                final JSONArray queryStringParameters = buildQueryStringParameters(method, descriptor);
                                if (queryStringParameters.length() > 0) {
                                    hypermediaLink.put("parameters", queryStringParameters);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.