Class XmlFunctionExecutionConfigurationSource
java.lang.Object
org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource
- All Implemented Interfaces:
FunctionExecutionConfigurationSource
public class XmlFunctionExecutionConfigurationSource
extends AbstractFunctionExecutionConfigurationSource
-
Field Summary
Fields inherited from class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
logger
-
Constructor Summary
ConstructorDescriptionXmlFunctionExecutionConfigurationSource
(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) -
Method Summary
Modifier and TypeMethodDescriptionReturns the base packages the repository interfaces shall be found under.Iterable<org.springframework.core.type.filter.TypeFilter>
Returns configuredTypeFilter
sIterable<org.springframework.core.type.filter.TypeFilter>
Returns configuredTypeFilter
sReturns the actual source object that the configuration originated from.Methods inherited from class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
getCandidates, getFunctionExecutionAnnotationTypeNames, getFunctionExecutionAnnotationTypes
-
Constructor Details
-
XmlFunctionExecutionConfigurationSource
public XmlFunctionExecutionConfigurationSource(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
-
-
Method Details
-
getSource
Description copied from interface:FunctionExecutionConfigurationSource
Returns the actual source object that the configuration originated from. Will be used by the tooling to give visual feedback on where the repository instances actually come from.- Returns:
- must not be null.
-
getBasePackages
Description copied from interface:FunctionExecutionConfigurationSource
Returns the base packages the repository interfaces shall be found under.- Returns:
- must not be null.
-
getIncludeFilters
Description copied from interface:FunctionExecutionConfigurationSource
Returns configuredTypeFilter
s- Returns:
- include filters
-
getExcludeFilters
Description copied from interface:FunctionExecutionConfigurationSource
Returns configuredTypeFilter
s- Returns:
- exclude filters
-