Modifier and Type | Class and Description |
---|---|
static class |
TypeFilterParser.Type |
Constructor and Description |
---|
TypeFilterParser(org.springframework.beans.factory.xml.XmlReaderContext readerContext)
Creates a new
TypeFilterParser with the given ReaderContext . |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.core.type.filter.TypeFilter |
createTypeFilter(Element element,
ClassLoader classLoader)
|
Iterable<org.springframework.core.type.filter.TypeFilter> |
parseTypeFilters(Element element,
TypeFilterParser.Type type)
Returns all
TypeFilter declared in nested elements of the given Element . |
public TypeFilterParser(org.springframework.beans.factory.xml.XmlReaderContext readerContext)
TypeFilterParser
with the given ReaderContext
.readerContext
- must not be null.public Iterable<org.springframework.core.type.filter.TypeFilter> parseTypeFilters(Element element, TypeFilterParser.Type type)
TypeFilter
declared in nested elements of the given Element
. Allows to selectively
retrieve including or excluding filters based on the given TypeFilterParser.Type
.element
- must not be null.type
- must not be null.protected org.springframework.core.type.filter.TypeFilter createTypeFilter(Element element, ClassLoader classLoader)
element
- must not be null.classLoader
- must not be null.Copyright © 2016. All rights reserved.