Interface PropertyProviderFactory
-
- All Known Implementing Classes:
PropertyProviderFactoryImpl
public interface PropertyProviderFactoryFactory for creating configured property provider chains.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyProvidergetPropertyProvider()Creates property provider with configured chain of responsibility.
-
-
-
Method Detail
-
getPropertyProvider
PropertyProvider getPropertyProvider()
Creates property provider with configured chain of responsibility.- Returns:
- property provider chain head
-
-