Package springfox.documentation.schema
Class CodeGenGenericTypeNamingStrategy
- java.lang.Object
-
- springfox.documentation.schema.CodeGenGenericTypeNamingStrategy
-
- All Implemented Interfaces:
springfox.documentation.spi.schema.GenericTypeNamingStrategy
public class CodeGenGenericTypeNamingStrategy extends java.lang.Object implements springfox.documentation.spi.schema.GenericTypeNamingStrategy
-
-
Constructor Summary
Constructors Constructor Description CodeGenGenericTypeNamingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCloseGeneric()java.lang.StringgetOpenGeneric()java.lang.StringgetTypeListDelimiter()
-
-
-
Method Detail
-
getOpenGeneric
public java.lang.String getOpenGeneric()
- Specified by:
getOpenGenericin interfacespringfox.documentation.spi.schema.GenericTypeNamingStrategy
-
getCloseGeneric
public java.lang.String getCloseGeneric()
- Specified by:
getCloseGenericin interfacespringfox.documentation.spi.schema.GenericTypeNamingStrategy
-
getTypeListDelimiter
public java.lang.String getTypeListDelimiter()
- Specified by:
getTypeListDelimiterin interfacespringfox.documentation.spi.schema.GenericTypeNamingStrategy
-
-