public class ComplexObjectInject extends Injectable
| Constructor and Description |
|---|
ComplexObjectInject(String name,
Class keyType,
Class valueType,
Class type,
String factory,
Property[] props) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getKeyType() |
List |
getProps() |
Class |
getType() |
Class |
getValueType() |
boolean |
isCollection() |
boolean |
isMap() |
void |
setKeyType(Class keyType) |
void |
setProps(List props) |
void |
setType(Class type) |
void |
setValueType(Class valueType) |
equals, getConstructor, getFactory, getName, getProperties, getScope, getTarget, isSingleton, setConstructor, setFactory, setName, setProperties, setScope, setSingleton, setTargetpublic List getProps()
public void setProps(List props)
public boolean isCollection()
public boolean isMap()
public Class getKeyType()
public void setKeyType(Class keyType)
public Class getValueType()
public void setValueType(Class valueType)
public Class getType()
public void setType(Class type)
Copyright © 2026 Brandao. All rights reserved.