public interface ComponentClassCache
Modifier and Type | Method and Description |
---|---|
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.
|
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 field5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.