Package | Description |
---|---|
com.github.erchu.beancp |
Object to object mapping library.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldBindingSide
Binding to field.
|
class |
PropertyBindingSide
Binding to property.
|
Modifier and Type | Method and Description |
---|---|
BindingSide |
Binding.getDestinationMember()
Returns destination member.
|
BindingSide[] |
Binding.getSourcePath()
Returns binding source path (series of bindings from source where n+1 binding returns member
of object returned by n-th binding).
|
Constructor and Description |
---|
Binding(BindingSide[] sourcePath,
BindingSide destinationMember)
Creates binding from series of bindings from source (path) to destination member.
|
Binding(BindingSide[] sourcePath,
BindingSide destinationMember)
Creates binding from series of bindings from source (path) to destination member.
|
Binding(BindingSide sourceMember,
BindingSide destinationMember)
Creates Binding from source member to destination member.
|
BindingWithValueConversion(BindingSide[] sourcePath,
BindingSide destinationMember)
Creates binding from series of bindings from source to destination member.
|
BindingWithValueConversion(BindingSide[] sourcePath,
BindingSide destinationMember)
Creates binding from series of bindings from source to destination member.
|
BindingWithValueConversion(BindingSide sourceMember,
BindingSide destinationMember)
Creates Binding from source member to destination member.
|
BindingWithValueMap(BindingSide[] sourcePath,
BindingSide destinationMember)
Creates binding from series of bindings from source (path) to destination member.
|
BindingWithValueMap(BindingSide[] sourcePath,
BindingSide destinationMember)
Creates binding from series of bindings from source (path) to destination member.
|
BindingWithValueMap(BindingSide sourceMember,
BindingSide destinationMember)
Creates Binding from source member to destination member.
|
Copyright © 2014. All rights reserved.