org.jboss.errai.ioc.rebind.ioc.codegen.literal
Class LiteralFactory

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.literal.LiteralFactory

public class LiteralFactory
extends Object

The literal factory provides a LiteralValue for the specified object (if possible).

Author:
Mike Brock

Constructor Summary
LiteralFactory()
           
 
Method Summary
static LiteralValue<?> _getLiteral(Object o)
           
static LiteralValue<?> getLiteral(Object o)
           
static LiteralValue<?> isLiteral(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralFactory

public LiteralFactory()
Method Detail

getLiteral

public static LiteralValue<?> getLiteral(Object o)

_getLiteral

public static LiteralValue<?> _getLiteral(Object o)

isLiteral

public static LiteralValue<?> isLiteral(Object o)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.