Errai 3.0.1-SNAPSHOT

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

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

public class NoConstructMapping
extends Object
implements ConstructorMapping

Author:
Mike Brock

Constructor Summary
NoConstructMapping()
           
 
Method Summary
 MetaClass getMappingClass()
           
 Mapping[] getMappings()
           
 MetaConstructor getMember()
           
 Class<?>[] getSignature()
           
 boolean isNoConstruct()
           
 void setMappingClass(MetaClass clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoConstructMapping

public NoConstructMapping()
Method Detail

getMappings

public Mapping[] getMappings()
Specified by:
getMappings in interface InstantiationMapping

getSignature

public Class<?>[] getSignature()
Specified by:
getSignature in interface InstantiationMapping

getMember

public MetaConstructor getMember()
Specified by:
getMember in interface ConstructorMapping
Specified by:
getMember in interface InstantiationMapping

setMappingClass

public void setMappingClass(MetaClass clazz)
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.