org.jboss.errai.ioc.rebind.ioc.codegen.literal
Class LiteralFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralFactory
public LiteralFactory()
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.