Groovy Documentation

griffon.plugins.rest
[Groovy] Class RestConnector

java.lang.Object
  griffon.plugins.rest.RestConnector

@Singleton
class RestConnector
extends Object

Authors:
Andres Almiray


Constructor Summary
RestConnector()

 
Method Summary
def createClient(Class klass, Map params)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

RestConnector

RestConnector()


 
Method Detail

createClient

def createClient(Class klass, Map params)


 

Groovy Documentation