| Package | Description |
|---|---|
| ma.glasnost.orika.constructor | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator |
| Class and Description |
|---|
| ConstructorResolverStrategy
ConstructorResolverStrategy defines a contract for resolving
a constructor which may be used to construct a new instance of
a type from a particular ClassMap definition.
|
| ConstructorResolverStrategy.ConstructorMapping
ConstructorMapping represents the results of resolving a constructor
from type
T against a given ClassMap. |
| SimpleConstructorResolverStrategy
SimpleConstructorResolverStrategy attempts to resolve the appropriate constructor
to use in a field mapping by the following algorithm:
If an explicit constructor has been defined (based on parameter names), then use it
Attempt to find a constructor which has parameter names matching all of the mapped
property names of the destination class
Return the first constructor in the list
|
| Class and Description |
|---|
| ConstructorResolverStrategy
ConstructorResolverStrategy defines a contract for resolving
a constructor which may be used to construct a new instance of
a type from a particular ClassMap definition.
|
| Class and Description |
|---|
| ConstructorResolverStrategy
ConstructorResolverStrategy defines a contract for resolving
a constructor which may be used to construct a new instance of
a type from a particular ClassMap definition.
|
Copyright © 2019 Glasnost. All rights reserved.