| Modifier and Type | Field and Description |
|---|---|
protected ObjectMethod |
Factory.initMethod |
| Modifier and Type | Method and Description |
|---|---|
static ObjectMethod |
InjectionXmlConfiguration.readObjectMethod01(net.lecousin.framework.xml.XMLStreamReader xml)
Read an object method from an XML stream (version 0-1).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Injection.call(Object instance,
ObjectMethod method)
Call a method on an instance.
|
static Object |
Injection.create(InjectionContext ctx,
Class<?> clazz,
List<String> params,
ObjectMethod initMethod,
List<ObjectAttribute> attrs)
Create an object to be injected.
|
static Object |
Injection.create(InjectionContext ctx,
Class<?> clazz,
ObjectMethod initMethod,
List<ObjectAttribute> attrs)
Create an object to be injected.
|
| Constructor and Description |
|---|
Factory(Class<?> baseType,
Class<?> implType,
ObjectMethod initMethod,
List<ObjectAttribute> attributes,
String id)
Constructor.
|
Copyright © 2018. All rights reserved.