|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentClassCache
A cache for converting between class names and component (or other) classes. For component classes, ensures that the class is the transformed class.
Method Summary | |
---|---|
Object |
defaultValueForType(String className)
Computes the default value for a field of the given type, returns the appropriate default value. |
Class |
forName(String className)
Gets the Class instance for the given fully-qualified class name. |
Method Detail |
---|
Class forName(String className)
className
- fully qualified class name, or a primitive type name, or an array name (in source format)
Object defaultValueForType(String className)
className
- type of field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |