Interface | Description |
---|---|
ConstructorMapping | |
FactoryMapping | |
InstantiationMapping | |
Mapping |
public class Foo {
CharSequence o;
}
Foo f = new Foo();
f.o = "test";
targetType = CharSequence
type = Object
|
MemberMapping |
Class | Description |
---|---|
MappingDefinition |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.