discuss BeanFilter for BeanProvider
-----------------------------------

                 Key: DELTASPIKE-68
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-68
             Project: DeltaSpike
          Issue Type: Task
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek


to cover all special cases (e.g. a required combination of qualifiers,...) we 
could provide the possibility to filter beans e.g.:

List<MyType> result = BeanProvider.getContextualReference(MyType.class, new 
BeanFilter<MyType>() {
    @Override
    public boolean filterBean(Bean<MyType> currentBean)
    {
        //...
    }
});

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to