Class FormatType
java.lang.Object
org.apache.juneau.http.annotation.FormatType
Static strings used for Swagger parameter format types.
See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INT32
- See Also:
-
INT64
- See Also:
-
FLOAT
- See Also:
-
DOUBLE
- See Also:
-
BYTE
- See Also:
-
BINARY
- See Also:
-
DATE
- See Also:
-
DATE_TIME
- See Also:
-
PASSWORD
- See Also:
-
UON
- See Also:
-
-
Constructor Details
-
FormatType
public FormatType()
-