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 Type
    Method
    Description
    org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
    Creates a new PropertyPlaceholderHelper.PlaceholderResolver using the given context.
  • Method Details

    • create

      org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver create(RestDocumentationContext context)
      Creates a new PropertyPlaceholderHelper.PlaceholderResolver using the given context.
      Parameters:
      context - the context
      Returns:
      the placeholder resolver