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
getKey
String getKey()
getTargetType
MetaClass getTargetType()
getType
MetaClass getType()
setType
void setType(MetaClass type)
setMappingClass
void setMappingClass(MetaClass clazz)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.