Class StatefulAggregateInstanceFactory.ReflectionBasedAggregateInstanceFactory

java.lang.Object
dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.StatefulAggregateInstanceFactory.ReflectionBasedAggregateInstanceFactory
All Implemented Interfaces:
StatefulAggregateInstanceFactory
Enclosing interface:
StatefulAggregateInstanceFactory

public static class StatefulAggregateInstanceFactory.ReflectionBasedAggregateInstanceFactory extends Object implements StatefulAggregateInstanceFactory
StatefulAggregateInstanceFactory that calls the default no-arguments constructor on the concrete Aggregate type to create a new instance of the Aggregate
  • Constructor Details

    • ReflectionBasedAggregateInstanceFactory

      public ReflectionBasedAggregateInstanceFactory()
  • Method Details