public static interface DynamicHook.ElementTypeResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
resolveType(ElementName elementName)
Resolves a fully-qualified element name to a runtime type which is capable
of consuming information in child elements as laid out by the rules
defined by
DynamicHook. |
java.lang.Class resolveType(ElementName elementName)
DynamicHook.elementName - the fully qualified name of the element to be
resolved.Class representing the runtime type capable
of consuming the xml, or null if no matching type is found.