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