Class RestConversionFunctionHelper
java.lang.Object
com.atlassian.bamboo.plugins.rest.common.RestConversionFunctionHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <F,
T extends AbstractRestModel>
@NotNull com.google.common.base.Function<F,T> toFunction
(@NotNull RestConversionFunction<F, T> converter, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Deprecated.
-
Constructor Details
-
RestConversionFunctionHelper
public RestConversionFunctionHelper()
-
-
Method Details
-
toFunction
@Deprecated @NotNull public static <F,T extends AbstractRestModel> @NotNull com.google.common.base.Function<F,T> toFunction(@NotNull @NotNull RestConversionFunction<F, T> converter, @NotNull @NotNull Expansion expansion, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo) Deprecated.since 6.2 useRestConversionFunction.toFunction(Expansion, UriInfo)
.
-
RestConversionFunction.toFunction(Expansion, UriInfo)
.