public class NamedConstructorArgs extends Object
| Constructor and Description |
|---|
NamedConstructorArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultValue(String name,
Class type,
String value)
Adds a default value for a property with the specified name and type.
|
List<DefaultProperty> |
getDefaultValues()
Gets the default values that are assigned to constructor arguments without a defined value.
|
void |
processParameters(org.apache.aries.blueprint.mutable.MutableBeanMetadata beanMetadata,
MappingMetaData metadata,
org.apache.aries.blueprint.ParserContext parserContext) |
void |
setDefaultValues(List<DefaultProperty> defaultValues)
Sets the default values that are assigned to constructor arguments without a defined value.
|
public List<DefaultProperty> getDefaultValues()
public void setDefaultValues(List<DefaultProperty> defaultValues)
defaultValues - the values that are assigned to constructor arguments without a defined valuepublic void addDefaultValue(String name, Class type, String value)
name - the name of the propertytype - the type of the propertyvalue - the default value for a property with the specified name and typepublic void processParameters(org.apache.aries.blueprint.mutable.MutableBeanMetadata beanMetadata,
MappingMetaData metadata,
org.apache.aries.blueprint.ParserContext parserContext)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.