| Package | Description |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| ma.glasnost.orika.impl.generator.specification |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateSpecification> |
DefaultCodeGenerationStrategy.getAggregateSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec,
CodeGenerationStrategy.Position relativePosition,
Class<AggregateSpecification> relativeSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec,
CodeGenerationStrategy.Position relativePosition,
Class<AggregateSpecification> relativeSpec) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateSpecification> |
CodeGenerationStrategy.getAggregateSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec,
CodeGenerationStrategy.Position relativePosition,
Class<AggregateSpecification> relativeSpec)
Convenience method to add an AggregateSpecification at a relative position with respect to
another AggregateSpecification, or the list in general
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec,
CodeGenerationStrategy.Position relativePosition,
Class<AggregateSpecification> relativeSpec)
Convenience method to add an AggregateSpecification at a relative position with respect to
another AggregateSpecification, or the list in general
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiOccurrenceToMultiOccurrence
MultiOccurrenceToMultiOccurrence handles the mapping of one or more
multi-occurrence source fields to one or more multi-occurrence destination
fields.
|
Copyright © 2019 Glasnost. All rights reserved.