Class AttributeResolverServiceStrategy

All Implemented Interfaces:
Function<ApplicationContext,AbstractServiceableComponent<AttributeResolver>>, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, NonnullFunction<ApplicationContext,AbstractServiceableComponent<AttributeResolver>>

Strategy for summoning up an AttributeResolverImpl from a populated ApplicationContext. We do this by finding all the configured AttributeDefinition and DataConnector beans and bunging them into the Attribute Resolver which we then initialize.