Class SoftmapContext.ApplicationResult

java.lang.Object
org.stianloader.softmap.SoftmapContext.ApplicationResult
Enclosing class:
SoftmapContext

public static class SoftmapContext.ApplicationResult extends Object
  • Constructor Details

    • ApplicationResult

      public ApplicationResult(@NotNull @NotNull @Unmodifiable List<@NotNull String> tinyV1, @NotNull @NotNull @Unmodifiable List<@NotNull SoftmapApplicationError> errors)
  • Method Details

    • getErrors

      @Contract(pure=true) @NotNull public @NotNull @Unmodifiable List<@NotNull SoftmapApplicationError> getErrors()
    • getGeneratedTinyV1Mappings

      @Contract(pure=true) @NotNull public @NotNull @Unmodifiable List<@NotNull String> getGeneratedTinyV1Mappings()