Class RestConversionFunctionHelper
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.common.RestConversionFunctionHelper
-
public abstract class RestConversionFunctionHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description RestConversionFunctionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <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.since 6.2 useRestConversionFunction.toFunction(Expansion, UriInfo)
.
-
-
-
Method Detail
-
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)
.
-
-