org.jboss.errai.marshalling.rebind.api.model.impl
Class SimpleConstructorMapping
java.lang.Object
org.jboss.errai.marshalling.rebind.api.model.impl.SimpleConstructorMapping
- All Implemented Interfaces:
- ConstructorMapping, InstantiationMapping
public class SimpleConstructorMapping
- extends Object
- implements ConstructorMapping
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constructor
protected MetaConstructor constructor
SimpleConstructorMapping
public SimpleConstructorMapping()
mapParmToIndex
public void mapParmToIndex(String parm,
int index,
Class<?> type)
mapParmToIndex
public void mapParmToIndex(String parm,
int index,
MetaClass type)
getCopyForInheritance
public SimpleConstructorMapping getCopyForInheritance()
getConstructorParmTypes
public MetaClass[] getConstructorParmTypes()
getKeyNames
public String[] getKeyNames()
getMappings
public Mapping[] getMappings()
- Specified by:
getMappings
in interface InstantiationMapping
getSignature
public Class<?>[] getSignature()
- Specified by:
getSignature
in interface InstantiationMapping
setConstructor
public void setConstructor(MetaConstructor constructor)
getMember
public MetaConstructor getMember()
- Specified by:
getMember
in interface ConstructorMapping
- Specified by:
getMember
in interface InstantiationMapping
setMappingClass
public void setMappingClass(MetaClass toMap)
- Specified by:
setMappingClass
in interface InstantiationMapping
getMappingClass
public MetaClass getMappingClass()
- Specified by:
getMappingClass
in interface InstantiationMapping
isNoConstruct
public boolean isNoConstruct()
- Specified by:
isNoConstruct
in interface ConstructorMapping
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.