| Package | Description |
|---|---|
| org.springframework.data.config |
Basic support for creating custom Spring namespaces and JavaConfig.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeFilterParser.Type |
TypeFilterParser.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFilterParser.Type[] |
TypeFilterParser.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TypeFilter> |
TypeFilterParser.parseTypeFilters(Element element,
TypeFilterParser.Type type)
Returns all
TypeFilter declared in nested elements of the given Element. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.