org.jboss.errai.marshalling.rebind.api.model.impl
Class NoConstructMapping
java.lang.Object
org.jboss.errai.marshalling.rebind.api.model.impl.NoConstructMapping
- All Implemented Interfaces:
- ConstructorMapping, InstantiationMapping
public class NoConstructMapping
- 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 |
NoConstructMapping
public NoConstructMapping()
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.