You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2013/01/12 00:06:12 UTC

[jira] [Resolved] (DELTASPIKE-68) discuss BeanFilter for BeanProvider

     [ https://issues.apache.org/jira/browse/DELTASPIKE-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved DELTASPIKE-68.
----------------------------------------

    Resolution: Later
    
> discuss BeanFilter for BeanProvider
> -----------------------------------
>
>                 Key: DELTASPIKE-68
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-68
>             Project: DeltaSpike
>          Issue Type: Task
>          Components: Core
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.4-incubating
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira