Interface ClassNameResolver


public interface ClassNameResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull ClassNameResolver
    of(@NotNull String prefix, @NotNull String suffix)
     
    @NotNull String
    resolve(@NotNull Table table)
     
  • Method Details