Package one.xingyi.rest2test
Class PrimitiveController
- java.lang.Object
-
- one.xingyi.core.store.ControllerUsingMap<Primitives>
-
- one.xingyi.rest2test.PrimitiveController
-
- All Implemented Interfaces:
IPrimitivesController
public class PrimitiveController extends one.xingyi.core.store.ControllerUsingMap<Primitives> implements IPrimitivesController
-
-
Constructor Summary
Constructors Constructor Description PrimitiveController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Primitivesprototype(java.lang.String id)java.lang.StringstateFn(Primitives entity)-
Methods inherited from class one.xingyi.core.store.ControllerUsingMap
createWithId, createWithoutId, createWithoutIdRequestFrom, delete, get, getOptional, put, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.xingyi.rest2test.server.controller.IPrimitivesController
createWithId, createWithoutId, createWithoutIdRequestFrom, delete, get, getOptional, put
-
-
-
-
Method Detail
-
prototype
protected Primitives prototype(java.lang.String id)
- Specified by:
prototypein classone.xingyi.core.store.ControllerUsingMap<Primitives>
-
stateFn
public java.lang.String stateFn(Primitives entity)
- Specified by:
stateFnin interfaceIPrimitivesController
-
-