| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| ma.glasnost.orika.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFilter<A,B>
CustomFilter provides the base implementation of Filter.
|
class |
NullFilter<A,B>
A filter that does no filtering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapperFactory.registerFilter(Filter<?,?> filter)
Registers a filter to be applied in the mapping process; such filters may
be used to alter source and destination values of the fields as they
are processed by mappers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateFilter
AggregateFilter provides the capability to combine multiple
filters together to act as a single filter
|
| Modifier and Type | Field and Description |
|---|---|
protected Filter<Object,Object>[] |
GeneratedObjectBase.usedFilters |
| Modifier and Type | Field and Description |
|---|---|
protected SortedCollection<Filter<Object,Object>> |
DefaultMapperFactory.filtersRegistry |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMapperFactory.registerFilter(Filter<?,?> filter) |
void |
GeneratedObjectBase.setUsedFilters(Filter<Object,Object>[] usedFilters) |
| Constructor and Description |
|---|
AggregateFilter(List<Filter<Object,Object>> filters)
Constructs a new Aggregate Filter composed of the provided filters
|
| Modifier and Type | Method and Description |
|---|---|
Filter<?,?> |
VariableRef.getFilter() |
Filter<Object,Object>[] |
UsedFiltersContext.toArray() |
| Modifier and Type | Method and Description |
|---|---|
int |
UsedFiltersContext.getIndex(Filter<?,?> filter) |
void |
VariableRef.setFilter(Filter<?,?> filter) |
String |
SourceCodeContext.usedFilter(Filter<?,?> filter) |
| Modifier and Type | Field and Description |
|---|---|
static Ordering<Filter<Object,Object>> |
Ordering.FILTER
An ordering specific to Filters
|
Copyright © 2017 Glasnost. All Rights Reserved.