public interface ComponentClassCache
| Modifier and Type | Method and Description |
|---|---|
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.
|
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${project.version} - Copyright © 2003-2015 The Apache Software Foundation.