Uses of Enum Class
org.springframework.data.config.TypeFilterParser.Type
Packages that use TypeFilterParser.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionstatic TypeFilterParser.TypeReturns the enum constant of this class with the specified name.static TypeFilterParser.Type[]TypeFilterParser.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.config with parameters of type TypeFilterParser.TypeModifier and TypeMethodDescriptionTypeFilterParser.parseTypeFilters(Element element, TypeFilterParser.Type type) Returns allTypeFilterdeclared in nested elements of the givenElement.