Class DefaultGenericTypeNamingStrategy

    • Constructor Detail

      • DefaultGenericTypeNamingStrategy

        public DefaultGenericTypeNamingStrategy()
    • Method Detail

      • getOpenGeneric

        public java.lang.String getOpenGeneric()
        Specified by:
        getOpenGeneric in interface GenericTypeNamingStrategy
        Returns:
        the string used to denote the beginning of a generic i.e. the < in List<String>
      • getCloseGeneric

        public java.lang.String getCloseGeneric()
        Specified by:
        getCloseGeneric in interface GenericTypeNamingStrategy
        Returns:
        the string used to denote the beginning of a generic i.e. the > in List<String>
      • getTypeListDelimiter

        public java.lang.String getTypeListDelimiter()
        Specified by:
        getTypeListDelimiter in interface GenericTypeNamingStrategy
        Returns:
        the string used to denote the beginning of a generic i.e. the , in Map<String,String>