org.rythmengine.internal.compiler
Class ParamTypeInferencer

java.lang.Object
  extended by org.rythmengine.internal.compiler.ParamTypeInferencer

public class ParamTypeInferencer
extends Object

Facilitate RythmEngine to infer param types


Constructor Summary
ParamTypeInferencer()
           
 
Method Summary
static Map<String,String> getTypeMap()
           
static void registerParams(RythmEngine engine, Object... args)
           
static String typeTransform(String type)
           
static String uuid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamTypeInferencer

public ParamTypeInferencer()
Method Detail

typeTransform

public static String typeTransform(String type)

registerParams

public static void registerParams(RythmEngine engine,
                                  Object... args)

uuid

public static String uuid()

getTypeMap

public static Map<String,String> getTypeMap()


Copyright © 2014. All Rights Reserved.