Uses of Class
one.xingyi.reference4.person.server.domain.Person
-
Packages that use Person Package Description one.xingyi.reference4.person one.xingyi.reference4.person.server.companion one.xingyi.reference4.person.server.controller one.xingyi.reference4.person.server.domain -
-
Uses of Person in one.xingyi.reference4.person
Methods in one.xingyi.reference4.person that return Person Modifier and Type Method Description protected PersonPersonController. prototype(java.lang.String id)Methods in one.xingyi.reference4.person with parameters of type Person Modifier and Type Method Description java.lang.StringPersonController. stateFn(Person entity) -
Uses of Person in one.xingyi.reference4.person.server.companion
Methods in one.xingyi.reference4.person.server.companion that return Person Modifier and Type Method Description <J> PersonPersonCompanion. fromJson(one.xingyi.core.marshelling.JsonParser<J> jsonParser, J j)Methods in one.xingyi.reference4.person.server.companion that return types with arguments of type Person Modifier and Type Method Description <J> one.xingyi.core.mediatype.IResourceEndpoints<Person>PersonCompanion. endpoints(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context, java.util.function.Function<Person,java.lang.String> stateFn)<J> one.xingyi.core.mediatype.IXingYiServerMediaTypeDefn<Person>PersonCompanion. lensMediaDefn(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context)Method parameters in one.xingyi.reference4.person.server.companion with type arguments of type Person Modifier and Type Method Description <J> one.xingyi.core.mediatype.IResourceEndpoints<Person>PersonCompanion. endpoints(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context, java.util.function.Function<Person,java.lang.String> stateFn) -
Uses of Person in one.xingyi.reference4.person.server.controller
Methods in one.xingyi.reference4.person.server.controller that return Person Modifier and Type Method Description PersonIPersonController. createWithoutIdRequestFrom(one.xingyi.core.http.ServiceRequest serviceRequest)Methods in one.xingyi.reference4.person.server.controller that return types with arguments of type Person Modifier and Type Method Description java.util.concurrent.CompletableFuture<Person>IPersonController. createWithId(java.lang.String id)java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<Person>>IPersonController. createWithoutId(Person value)java.util.concurrent.CompletableFuture<Person>IPersonController. get(java.lang.String id)java.util.concurrent.CompletableFuture<java.util.Optional<Person>>IPersonController. getOptional(java.lang.String id)java.util.concurrent.CompletableFuture<Person>IPersonController. put(one.xingyi.core.utils.IdAndValue<Person> idAndPerson)Methods in one.xingyi.reference4.person.server.controller with parameters of type Person Modifier and Type Method Description java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<Person>>IPersonController. createWithoutId(Person value)java.lang.StringIPersonController. stateFn(Person entity)Method parameters in one.xingyi.reference4.person.server.controller with type arguments of type Person Modifier and Type Method Description java.util.concurrent.CompletableFuture<Person>IPersonController. put(one.xingyi.core.utils.IdAndValue<Person> idAndPerson) -
Uses of Person in one.xingyi.reference4.person.server.domain
Methods in one.xingyi.reference4.person.server.domain that return Person Modifier and Type Method Description PersonPerson. withage(java.lang.Integer age)PersonPerson. withline1(java.lang.String line1)PersonPerson. withline2(java.lang.String line2)PersonPerson. withtelephone(ITelephoneNumber telephone)Method parameters in one.xingyi.reference4.person.server.domain with type arguments of type Person Modifier and Type Method Description <J> JPerson. toJsonWithLinks(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter, one.xingyi.core.marshelling.ContextForJson context, java.util.function.Function<Person,java.lang.String> stateFn)
-