com.linkedin.restli.common
Class OperationNameGenerator

java.lang.Object
  extended by com.linkedin.restli.common.OperationNameGenerator

public class OperationNameGenerator
extends java.lang.Object


Constructor Summary
OperationNameGenerator()
           
 
Method Summary
static java.lang.String generate(ResourceMethod method, java.lang.String methodName)
          Builds the operation string for a method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationNameGenerator

public OperationNameGenerator()
Method Detail

generate

public static java.lang.String generate(ResourceMethod method,
                                        java.lang.String methodName)
Builds the operation string for a method

Parameters:
method -
methodName -
Returns: