Interface | Description |
---|---|
Converter<S,T> |
Generic converter interface to convert one type into another.
|
Class | Description |
---|---|
CollectionConverter<S,T> |
Abstraction to offer functionality for converting whole collections.
|
IdentityConverter<T> |
Simple converter which returns the source object without conversion.
|
PojoTargetConverter<S,T> |
Convenience base class for converters which convert into target types with a no-args constructor
and setters for the members.
|
Copyright © 2019 Communote team. All rights reserved.