public interface Mapping
public class Foo {
CharSequence o;
}
Foo f = new Foo();
f.o = "test";
targetType = CharSequence
type = Object
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
MetaClass |
getTargetType() |
MetaClass |
getType() |
void |
setMappingClass(MetaClass clazz) |
void |
setType(MetaClass type) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.