Package ninja.bodyparser
Class BodyParserEnginePostTest.TestObjectWithCustomType
- java.lang.Object
-
- ninja.bodyparser.BodyParserEnginePostTest.TestObjectWithCustomType
-
- Enclosing class:
- BodyParserEnginePostTest
public static class BodyParserEnginePostTest.TestObjectWithCustomType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ControllerMethodInvokerTest.Dep
dep
ControllerMethodInvokerTest.Dep[]
depArray
List<ControllerMethodInvokerTest.Dep>
depList
-
Constructor Summary
Constructors Constructor Description TestObjectWithCustomType()
-
-
-
Field Detail
-
dep
public ControllerMethodInvokerTest.Dep dep
-
depArray
public ControllerMethodInvokerTest.Dep[] depArray
-
depList
public List<ControllerMethodInvokerTest.Dep> depList
-
-