接口 GenericTypeNamingStrategy


public interface GenericTypeNamingStrategy
Strategy to provide the strings used while naming generic types in the swagger output
  • 方法详细资料

    • getOpenGeneric

      String getOpenGeneric()
      返回:
      the string used to denote the beginning of a generic i.e. the < in List<String>
    • getCloseGeneric

      String getCloseGeneric()
      返回:
      the string used to denote the beginning of a generic i.e. the > in List<String>
    • getTypeListDelimiter

      String getTypeListDelimiter()
      返回:
      the string used to denote the beginning of a generic i.e. the , in Map<String,String>