com.cedarsoft.codegen
Class ParseExpressionFactory
java.lang.Object
com.cedarsoft.codegen.ParseExpressionFactory
public class ParseExpressionFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING_VALUE_OF
@NonNls
public static final String STRING_VALUE_OF
- See Also:
- Constant Field Values
SUPPORTED_TYPES
@NotNull
public static final Set<? extends Class<?>> SUPPORTED_TYPES
SUPPORTED_TYPE_NAMES
@NotNull
public static final Set<? extends String> SUPPORTED_TYPE_NAMES
ParseExpressionFactory
public ParseExpressionFactory(@NotNull
com.sun.codemodel.JCodeModel model,
@NotNull
ClassRefSupport classRefSupport)
createParseExpression
@NotNull
public com.sun.codemodel.JExpression createParseExpression(@NotNull
com.sun.codemodel.JExpression varAsString,
@NotNull
FieldTypeInformation fieldInfo)
createToStringExpression
@NotNull
public com.sun.codemodel.JExpression createToStringExpression(@NotNull
com.sun.codemodel.JInvocation getterInvocation,
@NotNull
FieldTypeInformation fieldInfo)
getSupportedTypes
@NotNull
public static Set<? extends Class<?>> getSupportedTypes()
getSupportedTypeNames
@NotNull
public static Set<? extends String> getSupportedTypeNames()
Copyright © 2010 cedarsoft GmbH. All Rights Reserved.