public class ApiKt
| Modifier and Type | Method and Description |
|---|---|
static <T extends ComponentsProvider> |
buildApi(RootApiBuilder<T> builder)
Builds the API defined by the builder.
|
static NonExistentClass |
getSTANDARD_BINARY_MIME_TYPES()
The MIME types that are treated as binary by default.
|
public static NonExistentClass getSTANDARD_BINARY_MIME_TYPES()
The MIME types that are treated as binary by default.
The user can specify additional types that should be treated as binary using binaryMimeTypes in
the API definition.
public static <T extends ComponentsProvider> Api<T> buildApi(RootApiBuilder<T> builder)
Builds the API defined by the builder.
This function is an implementation detail and not intended to be called by users.