public interface FunctionExecutionConfigurationSource
Annotation
or XML configuration)
to configure classpath scanning of annotated interfaces to implement proxies that invoke Functions.Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getBasePackages()
Returns the base packages the repository interfaces shall be found under.
|
Iterable<TypeFilter> |
getExcludeFilters()
Returns configured
TypeFilter s |
Iterable<TypeFilter> |
getIncludeFilters()
Returns configured
TypeFilter s |
Object |
getSource()
Returns the actual source object that the configuration originated from.
|
Iterable<String> getBasePackages()
Iterable<TypeFilter> getIncludeFilters()
TypeFilter
sIterable<TypeFilter> getExcludeFilters()
TypeFilter
sObject getSource()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.