Interface BaseUriFactory<T>
- Type Parameters:
T- The type that theBaseUriDecoratordecorates.
A factory for the
BaseUriDecorator.-
Method Summary
Modifier and TypeMethodDescriptionwrap(T delegate, Expression<String> baseUriExpression, org.slf4j.Logger logger) Wraps the decorator to be applied everywhere.
-
Method Details
-
wrap
Wraps the decorator to be applied everywhere.- Parameters:
delegate- The object to decorate.baseUriExpression- The base URI expression.logger- The logger to use for printing decorator's output.- Returns:
- The type of the decorated object.
-