public abstract class RestConversionFunctionHelper extends Object
Constructor and Description |
---|
RestConversionFunctionHelper() |
Modifier and Type | Method and Description |
---|---|
static <F,T extends AbstractRestModel> |
toFunction(@NotNull RestConversionFunction<F,T> converter,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
since 6.2 use
RestConversionFunction.toFunction(Expansion, UriInfo) . |
@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)
RestConversionFunction.toFunction(Expansion, UriInfo)
.Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.