E - the generic type of elementpublic interface BeanTransformer<E>
Implementation shall provide the logic that can transform a bean instance (no type change).
| Modifier and Type | Method and Description |
|---|---|
org.osgl.Osgl.Function<E,E> |
filter(Map<String,Object> options,
BeanSpec bean)
Create a filter function with the hint and options specified.
|
org.osgl.Osgl.Function<E,E> filter(Map<String,Object> options, BeanSpec bean)
Create a filter function with the hint and options specified. This could be used to produce composite Bean loader based on other bean loaders.
options - the optional parameters specified to refine the filtering logicbean - the bean spec of the bean to be injectedCopyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.