Interface ModelScaler.Builder

Enclosing interface:
ModelScaler

public static interface ModelScaler.Builder
Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    build(@NotNull com.google.gson.JsonElement data)
    Builds getter from JSON
  • Method Details

    • build

      @Nullable @Nullable ModelScaler.Getter build(@NotNull @NotNull com.google.gson.JsonElement data)
      Builds getter from JSON
      Parameters:
      data - JSON
      Returns:
      getter or null if invalid