public interface ParamDescriptorResolver
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| ObjectTypeInfo | getBeanInfo(java.lang.String beanPath)Resolves the name of a nucleus component path specified and returns
 the class of the object referenced | 
| ObjectTypeInfo | getBeanInfoFromType(java.lang.String beanTypePath)Given the path to a bean that is a "dynamic bean type" (i.e. | 
| ObjectTypeInfo | getParamInfo(java.lang.String name)Returns the Class for the named parameter, if one is defined, null
 otherwise. | 
| ObjectTypeInfo | getParamInfoFromType(java.lang.String paramName)Given a param name whose value should be a "dynamic bean type", return
 the ObjectTypeInfo that this bean typer describes. | 
static final java.lang.String CLASS_VERSION
ObjectTypeInfo getParamInfo(java.lang.String name)
ObjectTypeInfo getBeanInfo(java.lang.String beanPath)
ObjectTypeInfo getBeanInfoFromType(java.lang.String beanTypePath)
ObjectTypeInfo getParamInfoFromType(java.lang.String paramName)