Spring Data Core

Uses of Class
org.springframework.data.config.TypeFilterParser.Type

Packages that use TypeFilterParser.Type
org.springframework.data.config Basic support for creating custom Spring namespaces and JavaConfig. 
 

Uses of TypeFilterParser.Type in org.springframework.data.config
 

Methods in org.springframework.data.config that return TypeFilterParser.Type
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.
 

Methods in org.springframework.data.config with parameters of type TypeFilterParser.Type
 Iterable<TypeFilter> TypeFilterParser.parseTypeFilters(Element element, TypeFilterParser.Type type)
          Returns all TypeFilter declared in nested elements of the given Element.
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.