| Package | Description |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec,
CodeGenerationStrategy.Position relativePosition,
Class<AggregateSpecification> relativeSpec) |
protected static <T extends BaseSpecification> |
DefaultCodeGenerationStrategy.addSpec(List<T> specifications,
T spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends BaseSpecification> relativeSpec) |
void |
DefaultCodeGenerationStrategy.addSpecification(Specification spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends Specification> relativeSpec) |
| Modifier and Type | Method and Description |
|---|---|
static CodeGenerationStrategy.Position |
CodeGenerationStrategy.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeGenerationStrategy.Position[] |
CodeGenerationStrategy.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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
|
void |
CodeGenerationStrategy.addSpecification(Specification spec,
CodeGenerationStrategy.Position relativePosition,
Class<? extends Specification> relativeSpec)
Convenience method to add a specification at a relative position with respect to
another Specification, or the list in general
|
Copyright © 2019 Glasnost. All rights reserved.