@FunctionalInterface public interface DecoratorFactoryFunction<T extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
Function<? super HttpService,? extends HttpService> |
newDecorator(T parameter)
Creates a new decorator with the specified
parameter. |
Function<? super HttpService,? extends HttpService> newDecorator(T parameter)
parameter.Copyright © 2020 LeanCloud. All rights reserved.