Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.rebind.api.model.impl
Class SimpleConstructorMapping

java.lang.Object
  extended by org.jboss.errai.marshalling.rebind.api.model.impl.SimpleConstructorMapping
All Implemented Interfaces:
ConstructorMapping, InstantiationMapping

public class SimpleConstructorMapping
extends Object
implements ConstructorMapping

Author:
Mike Brock

Field Summary
protected  MetaConstructor constructor
           
 
Constructor Summary
SimpleConstructorMapping()
           
 
Method Summary
 MetaClass[] getConstructorParmTypes()
           
 SimpleConstructorMapping getCopyForInheritance()
           
 String[] getKeyNames()
           
 MetaClass getMappingClass()
           
 Mapping[] getMappings()
           
 MetaConstructor getMember()
           
 Class<?>[] getSignature()
           
 boolean isNoConstruct()
           
 void mapParmToIndex(String parm, int index, Class<?> type)
           
 void mapParmToIndex(String parm, int index, MetaClass type)
           
 void setConstructor(MetaConstructor constructor)
           
 void setMappingClass(MetaClass toMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constructor

protected MetaConstructor constructor
Constructor Detail

SimpleConstructorMapping

public SimpleConstructorMapping()
Method Detail

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.