public interface MetaDataFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetaDataFilter.MetaDataFilterSet
Simple MetaDataFilter that chains together multiple filters
|
| Modifier and Type | Field and Description |
|---|---|
static MetaDataFilter |
NULL_FILTER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInclude(Object metaData)
Determine if the specified MetaData passes this filter (that is, it
should not be excluded)
|
DottedPath |
getFilteredName(Object metaData,
DottedPath path) |
static final MetaDataFilter NULL_FILTER
boolean canInclude(Object metaData)
metaData - Meta-definition to checkDottedPath getFilteredName(Object metaData, DottedPath path)
metaData - Meta data to filterpath - Original nameCopyright © 2015. All Rights Reserved.