Package one.xingyi.rest2test
Class PrimitiveServer<J>
- java.lang.Object
-
- one.xingyi.rest2test.PrimitiveServer<J>
-
- All Implemented Interfaces:
one.xingyi.core.sdk.IXingYiServer
public class PrimitiveServer<J> extends java.lang.Object implements one.xingyi.core.sdk.IXingYiServer
-
-
Field Summary
Fields Modifier and Type Field Description one.xingyi.core.endpoints.EndpointContext<J>contextIPrimitivesControllerIPrimitivesController
-
Constructor Summary
Constructors Constructor Description PrimitiveServer(one.xingyi.core.endpoints.EndpointConfig<J> config, IPrimitivesController IPrimitivesController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<one.xingyi.core.sdk.IXingYiServerCompanion<?,?>>companions()one.xingyi.core.endpoints.EndPointcreateWithIdPrimitives()one.xingyi.core.endpoints.EndPointcreateWithNoIdPrimitives()one.xingyi.core.endpoints.EndPointdeletePrimitives()java.util.List<one.xingyi.core.endpoints.HasBookmarkAndUrl>entityCompanions()one.xingyi.core.endpoints.EndPointentityEndpoint()one.xingyi.core.endpoints.EndPointgetOptionalPrimitives()java.util.List<java.lang.String>lens()one.xingyi.core.endpoints.EndPointPrimitivescodeEndpoint()one.xingyi.core.endpoints.EndPointputPrimitives()
-
-
-
Field Detail
-
context
public final one.xingyi.core.endpoints.EndpointContext<J> context
-
IPrimitivesController
public final IPrimitivesController IPrimitivesController
-
-
Constructor Detail
-
PrimitiveServer
public PrimitiveServer(one.xingyi.core.endpoints.EndpointConfig<J> config, IPrimitivesController IPrimitivesController)
-
-
Method Detail
-
entityCompanions
public java.util.List<one.xingyi.core.endpoints.HasBookmarkAndUrl> entityCompanions()
-
companions
public java.util.List<one.xingyi.core.sdk.IXingYiServerCompanion<?,?>> companions()
- Specified by:
companionsin interfaceone.xingyi.core.sdk.IXingYiServer
-
entityEndpoint
public one.xingyi.core.endpoints.EndPoint entityEndpoint()
-
PrimitivescodeEndpoint
public one.xingyi.core.endpoints.EndPoint PrimitivescodeEndpoint()
-
createWithIdPrimitives
public one.xingyi.core.endpoints.EndPoint createWithIdPrimitives()
-
createWithNoIdPrimitives
public one.xingyi.core.endpoints.EndPoint createWithNoIdPrimitives()
-
putPrimitives
public one.xingyi.core.endpoints.EndPoint putPrimitives()
-
getOptionalPrimitives
public one.xingyi.core.endpoints.EndPoint getOptionalPrimitives()
-
deletePrimitives
public one.xingyi.core.endpoints.EndPoint deletePrimitives()
-
lens
public java.util.List<java.lang.String> lens()
-
-