Uses of Interface
org.springframework.restdocs.snippet.PlaceholderResolverFactory
Packages that use PlaceholderResolverFactory
-
Uses of PlaceholderResolverFactory in org.springframework.restdocs.snippet
Classes in org.springframework.restdocs.snippet that implement PlaceholderResolverFactoryModifier and TypeClassDescriptionfinal class
APlaceholderResolverFactory
that createsRestDocumentationContextPlaceholderResolver
instances.Constructors in org.springframework.restdocs.snippet with parameters of type PlaceholderResolverFactoryModifierConstructorDescriptionStandardWriterResolver
(PlaceholderResolverFactory placeholderResolverFactory, String encoding, TemplateFormat templateFormat) Creates a newStandardWriterResolver
that will use aPropertyPlaceholderHelper.PlaceholderResolver
created from the givenplaceholderResolverFactory
to resolve any placeholders in theoperationName
.