public class WiredComponentScanner extends AbstractFieldScanner<Object,WiredComponent>
| Modifier and Type | Method and Description |
|---|---|
static void |
wire(Object object,
BaseComponent root,
String... mode)
Wire an object instance using the root component to resolve component names.
|
scanpublic static void wire(Object object, BaseComponent root, String... mode)
object - The object whose fields are to be scanned.root - The root component used to resolve component names.mode - The wiring mode(s).Copyright © 2018 Fujion Framework. All rights reserved.