Uses of Interface
org.springframework.restdocs.snippet.PlaceholderResolverFactory
-
Uses of PlaceholderResolverFactory in org.springframework.restdocs.snippet
Modifier and TypeClassDescriptionfinal class
APlaceholderResolverFactory
that createsRestDocumentationContextPlaceholderResolver
instances.ModifierConstructorDescriptionStandardWriterResolver
(PlaceholderResolverFactory placeholderResolverFactory, String encoding, TemplateFormat templateFormat) Creates a newStandardWriterResolver
that will use aPropertyPlaceholderHelper.PlaceholderResolver
created from the givenplaceholderResolverFactory
to resolve any placeholders in theoperationName
.