Package | Description |
---|---|
org.brandao.brutos.mapping.ioc |
@Deprecated
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexObjectInject |
class |
ListInject |
class |
MapInject |
class |
PropertiesInject |
class |
SetInject |
class |
ValueInject |
Modifier and Type | Method and Description |
---|---|
Injectable |
ConstructorInject.getArg(int index) |
Injectable |
Property.getKey() |
Injectable |
PropertyInject.getProperty() |
Injectable |
Property.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ConstructorInject.addArg(Injectable arg) |
void |
ConstructorInject.removeArg(Injectable arg) |
void |
Property.setKey(Injectable key) |
void |
PropertyInject.setProperty(Injectable property) |
void |
Property.setValue(Injectable value) |
Constructor and Description |
---|
ConstructorInject(Constructor constructor,
Injectable[] args) |
ConstructorInject(Injectable inject) |
Property(Injectable key,
Injectable value) |
PropertyInject(String name,
Injectable property,
Method method) |
Copyright © 2018 Brandao. All rights reserved.