Interface PlaceholderResolverFactory
- All Known Implementing Classes:
RestDocumentationContextPlaceholderResolverFactory
public interface PlaceholderResolverFactory
A factory for creating
PropertyPlaceholderHelper.PlaceholderResolver
instances.- Since:
- 1.1.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
create
(RestDocumentationContext context) Creates a newPropertyPlaceholderHelper.PlaceholderResolver
using the givencontext
.
-
Method Details
-
create
org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver create(RestDocumentationContext context) Creates a newPropertyPlaceholderHelper.PlaceholderResolver
using the givencontext
.- Parameters:
context
- the context- Returns:
- the placeholder resolver
-