Package springfox.documentation.schema
Class Types
- java.lang.Object
-
- springfox.documentation.schema.Types
-
@Deprecated public class Types extends java.lang.Object
Deprecated.use @seeScalarType
instead- Since:
- 3.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isBaseType(com.fasterxml.classmate.ResolvedType type)
Deprecated.static boolean
isBaseType(java.lang.String typeName)
Deprecated.static java.lang.String
typeNameFor(java.lang.reflect.Type type)
Deprecated.
-