| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.services.TransformUtils
public final class TransformUtils
Support code for generating code (used when transforming component classes).
| Method Summary | |
|---|---|
static String | 
getDefaultValue(String type)
Returns the default value for a type.  | 
static String | 
getUnwrapperMethodName(String type)
For primitive types, returns the method on the wrapper type that converts back to the primitive.  | 
static Class | 
getWrapperType(Class type)
Returns the wrapper type for a given input type.  | 
static String | 
getWrapperTypeName(String type)
Returns the name of wrapper type for a given input type.  | 
static boolean | 
isPrimitive(String type)
Returns true if the specified type is a primitive type.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static boolean isPrimitive(String type)
public static String getWrapperTypeName(String type)
type - primitive type name, or fully qualified class namepublic static String getUnwrapperMethodName(String type)
type - the primitive type
public static Class getWrapperType(Class type)
type - primitive or object typepublic static String getDefaultValue(String type)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||