Package ninja.bodyparser
Class BodyParserEnginePostTest.TestObject
- java.lang.Object
-
- ninja.bodyparser.BodyParserEnginePostTest.TestObject
-
- Enclosing class:
- BodyParserEnginePostTest
public static class BodyParserEnginePostTest.TestObject extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Character
characterObject
char
characterPrimitive
Date
date
Double
doubleObject
double
doublePrimitive
Float
floatObject
float
floatPrimitive
Integer
integerObject
int
integerPrimitive
Long
longObject
long
longPrimitive
Object
requiredObject
String
string
Date
timestamp
UUID
uuid
-
Constructor Summary
Constructors Constructor Description TestObject()
-
-
-
Field Detail
-
integerPrimitive
public int integerPrimitive
-
integerObject
public Integer integerObject
-
longPrimitive
public long longPrimitive
-
longObject
public Long longObject
-
floatPrimitive
public float floatPrimitive
-
floatObject
public Float floatObject
-
doublePrimitive
public double doublePrimitive
-
doubleObject
public Double doubleObject
-
string
public String string
-
characterPrimitive
public char characterPrimitive
-
characterObject
public Character characterObject
-
date
public Date date
-
timestamp
public Date timestamp
-
uuid
public UUID uuid
-
requiredObject
@NotNull public Object requiredObject
-
-