public class Injectable extends Object
Constructor and Description |
---|
Injectable() |
Injectable(Class target,
String name,
ScopeType scope,
boolean singleton,
String factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConstructorInject |
getConstructor() |
String |
getFactory() |
String |
getName() |
List |
getProperties() |
ScopeType |
getScope() |
Class |
getTarget() |
boolean |
isSingleton() |
void |
setConstructor(ConstructorInject constructor) |
void |
setFactory(String factory) |
void |
setName(String name) |
void |
setProperties(List properties) |
void |
setScope(ScopeType scope) |
void |
setSingleton(boolean singleton) |
void |
setTarget(Class target) |
public Class getTarget()
public void setTarget(Class target)
public String getName()
public void setName(String name)
public ScopeType getScope()
public void setScope(ScopeType scope)
public boolean isSingleton()
public void setSingleton(boolean singleton)
public ConstructorInject getConstructor()
public void setConstructor(ConstructorInject constructor)
public List getProperties()
public void setProperties(List properties)
public String getFactory()
public void setFactory(String factory)
Copyright © 2018 Brandao. All rights reserved.