Class AggregateKeyResolver

  • All Implemented Interfaces:
    IKeyResolver

    public class AggregateKeyResolver
    extends Object
    implements IKeyResolver
    The collection of key resolvers that would iterate on a key id to resolve to IKey.
    • Constructor Detail

      • AggregateKeyResolver

        public AggregateKeyResolver()
        Constructor.
    • Method Detail

      • add

        public void add​(IKeyResolver resolver)
        Adds a key resolver to the collection of key resolvers.
        Parameters:
        resolver - the key resolver