Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.rebind.api.model
Interface Mapping

All Known Subinterfaces:
MemberMapping
All Known Implementing Classes:
AccessorMapping, ReadMapping, SimpleMapping, WriteMapping

public interface Mapping

public class Foo { CharSequence o; } Foo f = new Foo(); f.o = "test"; targetType = CharSequence type = Object

Author:
Mike Brock

Method Summary
 String getKey()
           
 MetaClass getTargetType()
           
 MetaClass getType()
           
 void setMappingClass(MetaClass clazz)
           
 void setType(MetaClass type)
           
 

Method Detail

getKey

String getKey()

getTargetType

MetaClass getTargetType()

getType

MetaClass getType()

setType

void setType(MetaClass type)

setMappingClass

void setMappingClass(MetaClass clazz)

Errai 3.0.1-SNAPSHOT

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