Class PersonServer<J>

  • All Implemented Interfaces:
    one.xingyi.core.sdk.IXingYiServer

    public class PersonServer<J>
    extends java.lang.Object
    implements one.xingyi.core.sdk.IXingYiServer
    • Constructor Summary

      Constructors 
      Constructor Description
      PersonServer​(one.xingyi.core.endpoints.EndpointConfig<J> config, IPersonController IPersonController)  
    • 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.EndPoint createWithIdPerson()  
      one.xingyi.core.endpoints.EndPoint createWithNoIdPerson()  
      one.xingyi.core.endpoints.EndPoint deletePerson()  
      java.util.List<one.xingyi.core.endpoints.HasBookmarkAndUrl> entityCompanions()  
      one.xingyi.core.endpoints.EndPoint entityEndpoint()  
      one.xingyi.core.endpoints.EndPoint getOptionalPerson()  
      java.util.List<java.lang.String> lens()  
      one.xingyi.core.endpoints.EndPoint PersoncodeEndpoint()  
      one.xingyi.core.endpoints.EndPoint putPerson()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface one.xingyi.core.sdk.IXingYiServer

        allEndpoints, allLensLens, endpoint, simpleServer, simpleServerWithLog
    • Field Detail

      • context

        public final one.xingyi.core.endpoints.EndpointContext<J> context
    • Constructor Detail

      • PersonServer

        public PersonServer​(one.xingyi.core.endpoints.EndpointConfig<J> config,
                            IPersonController IPersonController)
    • 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:
        companions in interface one.xingyi.core.sdk.IXingYiServer
      • entityEndpoint

        public one.xingyi.core.endpoints.EndPoint entityEndpoint()
      • PersoncodeEndpoint

        public one.xingyi.core.endpoints.EndPoint PersoncodeEndpoint()
      • createWithIdPerson

        public one.xingyi.core.endpoints.EndPoint createWithIdPerson()
      • createWithNoIdPerson

        public one.xingyi.core.endpoints.EndPoint createWithNoIdPerson()
      • putPerson

        public one.xingyi.core.endpoints.EndPoint putPerson()
      • getOptionalPerson

        public one.xingyi.core.endpoints.EndPoint getOptionalPerson()
      • deletePerson

        public one.xingyi.core.endpoints.EndPoint deletePerson()
      • lens

        public java.util.List<java.lang.String> lens()