org.jboss.errai.marshalling.rebind.api.model.impl
Class SimpleFactoryMapping
java.lang.Object
org.jboss.errai.marshalling.rebind.api.model.impl.SimpleFactoryMapping
- All Implemented Interfaces:
- FactoryMapping, InstantiationMapping
public class SimpleFactoryMapping
- extends Object
- implements FactoryMapping
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFactoryMapping
public SimpleFactoryMapping()
mapParmToIndex
public void mapParmToIndex(String parm,
int index,
Class<?> type)
mapParmToIndex
public void mapParmToIndex(String parm,
int index,
MetaClass type)
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
setMethod
public void setMethod(MetaMethod method)
getMember
public MetaMethod getMember()
- Specified by:
getMember
in interface FactoryMapping
- 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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.