public class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set |
PRIMITIVE_TYPES |
static Set |
RESERVED_WORDS |
public static final Set RESERVED_WORDS
public static final Set PRIMITIVE_TYPES
public static String convertClassToSourcePath(String className, String fileExtension)
public static boolean isFullClass(String className)
public static String getGenericsFromProperty(PropertyBean property)
public static String getConstantNameFromProperty(String propertyName, String constantSuffix)
public static String getPrefixedPropertyName(String prefix, String propertyName)
public static String getPropertyClass(PropertyBean property)
public static String getMethodNameFromEvent(String methodPrefix, String eventName, String methodSuffix)
public static String getMethodReaderFromProperty(String propertyName, String propertyClass)
public static boolean isPrimitiveClass(String className)
public static String getAlternatePropertyClass(PropertyBean property)
public static String getDefaultValue(PropertyBean property)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.