public class SimpleFactoryMapping extends Object implements FactoryMapping
Constructor and Description |
---|
SimpleFactoryMapping() |
Modifier and Type | Method and Description |
---|---|
MetaClass[] |
getConstructorParmTypes() |
int |
getIndex(String key) |
String[] |
getKeyNames() |
MetaClass |
getMappingClass() |
Mapping[] |
getMappings() |
Mapping[] |
getMappingsInKeyOrder(List<String> keys) |
MetaMethod |
getMember() |
Class<?>[] |
getSignature() |
void |
mapParmToIndex(String parm,
int index,
Class<?> type) |
void |
mapParmToIndex(String parm,
int index,
MetaClass type) |
void |
setMappingClass(MetaClass toMap) |
void |
setMethod(MetaMethod method) |
public MetaClass[] getConstructorParmTypes()
public String[] getKeyNames()
public Mapping[] getMappings()
getMappings
in interface InstantiationMapping
public Mapping[] getMappingsInKeyOrder(List<String> keys)
getMappingsInKeyOrder
in interface InstantiationMapping
public Class<?>[] getSignature()
getSignature
in interface InstantiationMapping
public void setMethod(MetaMethod method)
public MetaMethod getMember()
getMember
in interface FactoryMapping
getMember
in interface InstantiationMapping
public void setMappingClass(MetaClass toMap)
setMappingClass
in interface InstantiationMapping
public MetaClass getMappingClass()
getMappingClass
in interface InstantiationMapping
public int getIndex(String key)
getIndex
in interface InstantiationMapping
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.