public class DtoInfoResolverPriority extends Object
FluentAssembler to
invoke the DtoInfoResolvers. Any custom DtoInfoResolver can be prioritized
accordingly using the Priority annotation.| Modifier and Type | Field and Description |
|---|---|
static int |
FALLBACK
Fallback DTO info resolver is only capable of instantiating a default value of identifiers and
aggregates by calling their factory without parameter or their default constructor.
|
static int |
MATCHING_ANNOTATIONS
Matching annotations DTO info resolver uses
AggregateId and FactoryArgument
annotations to resolve DTO information. |
| Constructor and Description |
|---|
DtoInfoResolverPriority() |
public static final int MATCHING_ANNOTATIONS
AggregateId and FactoryArgument
annotations to resolve DTO information. It is able to use factories for ValueObjects and
AggregateRoots
creation.public static final int FALLBACK
Copyright © 2013-2018–2019 SeedStack. All rights reserved.