Class PersonController<J>

    • Field Summary

      • Fields inherited from class one.xingyi.core.store.ControllerUsingMap

        store
    • Constructor Summary

      Constructors 
      Constructor Description
      PersonController​(one.xingyi.core.marshelling.JsonParser<J> parser)  
    • Constructor Detail

      • PersonController

        public PersonController​(one.xingyi.core.marshelling.JsonParser<J> parser)
    • Method Detail

      • reset

        public void reset()
      • prototype

        protected Person prototype​(java.lang.String id)
        Specified by:
        prototype in class one.xingyi.core.store.ControllerUsingMap<Person>
      • createWithoutIdRequestFrom

        public Person createWithoutIdRequestFrom​(one.xingyi.core.http.ServiceRequest serviceRequest)
        Specified by:
        createWithoutIdRequestFrom in interface IPersonController
        Overrides:
        createWithoutIdRequestFrom in class one.xingyi.core.store.ControllerUsingMap<Person>