public class NoConstructMapping extends Object implements ConstructorMapping
Constructor and Description |
---|
NoConstructMapping() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex(String key) |
MetaClass |
getMappingClass() |
Mapping[] |
getMappings() |
Mapping[] |
getMappingsInKeyOrder(List<String> keys) |
MetaConstructor |
getMember() |
Class<?>[] |
getSignature() |
boolean |
isNoConstruct() |
void |
setMappingClass(MetaClass clazz) |
public Mapping[] getMappings()
getMappings
in interface InstantiationMapping
public Class<?>[] getSignature()
getSignature
in interface InstantiationMapping
public MetaConstructor getMember()
getMember
in interface ConstructorMapping
getMember
in interface InstantiationMapping
public void setMappingClass(MetaClass clazz)
setMappingClass
in interface InstantiationMapping
public MetaClass getMappingClass()
getMappingClass
in interface InstantiationMapping
public boolean isNoConstruct()
isNoConstruct
in interface ConstructorMapping
public Mapping[] getMappingsInKeyOrder(List<String> keys)
getMappingsInKeyOrder
in interface InstantiationMapping
public int getIndex(String key)
getIndex
in interface InstantiationMapping
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.