|
||||||||||
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 | |
---|---|
java.lang.Object |
defaultValueForType(java.lang.String className)
Computes the default value for a field of the given type, returns the appropriate default value. |
java.lang.Class |
forName(java.lang.String className)
Gets the Class instance for the given fully-qualified class name. |
Method Detail |
---|
java.lang.Class forName(java.lang.String className)
className
- fully qualified class name, or a primitive type name, or an array name (in source format)
java.lang.Object defaultValueForType(java.lang.String className)
className
- type of field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |