Uses of Class
one.xingyi.rest2test.server.domain.Primitives
-
Packages that use Primitives Package Description one.xingyi.rest2test one.xingyi.rest2test.server.companion one.xingyi.rest2test.server.controller one.xingyi.rest2test.server.domain -
-
Uses of Primitives in one.xingyi.rest2test
Methods in one.xingyi.rest2test that return Primitives Modifier and Type Method Description protected PrimitivesPrimitiveController. prototype(java.lang.String id)Methods in one.xingyi.rest2test with parameters of type Primitives Modifier and Type Method Description java.lang.StringPrimitiveController. stateFn(Primitives entity) -
Uses of Primitives in one.xingyi.rest2test.server.companion
Methods in one.xingyi.rest2test.server.companion that return Primitives Modifier and Type Method Description <J> PrimitivesPrimitivesCompanion. fromJson(one.xingyi.core.marshelling.JsonParser<J> jsonParser, J j)Methods in one.xingyi.rest2test.server.companion that return types with arguments of type Primitives Modifier and Type Method Description <J> one.xingyi.core.mediatype.IResourceEndpoints<Primitives>PrimitivesCompanion. endpoints(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context, java.util.function.Function<Primitives,java.lang.String> stateFn)<J> one.xingyi.core.mediatype.IXingYiServerMediaTypeDefn<Primitives>PrimitivesCompanion. lensMediaDefn(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context)Method parameters in one.xingyi.rest2test.server.companion with type arguments of type Primitives Modifier and Type Method Description <J> one.xingyi.core.mediatype.IResourceEndpoints<Primitives>PrimitivesCompanion. endpoints(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context, java.util.function.Function<Primitives,java.lang.String> stateFn) -
Uses of Primitives in one.xingyi.rest2test.server.controller
Methods in one.xingyi.rest2test.server.controller that return Primitives Modifier and Type Method Description PrimitivesIPrimitivesController. createWithoutIdRequestFrom(one.xingyi.core.http.ServiceRequest serviceRequest)Methods in one.xingyi.rest2test.server.controller that return types with arguments of type Primitives Modifier and Type Method Description java.util.concurrent.CompletableFuture<Primitives>IPrimitivesController. createWithId(java.lang.String id)java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<Primitives>>IPrimitivesController. createWithoutId(Primitives value)java.util.concurrent.CompletableFuture<Primitives>IPrimitivesController. get(java.lang.String id)java.util.concurrent.CompletableFuture<java.util.Optional<Primitives>>IPrimitivesController. getOptional(java.lang.String id)java.util.concurrent.CompletableFuture<Primitives>IPrimitivesController. put(one.xingyi.core.utils.IdAndValue<Primitives> idAndPrimitives)Methods in one.xingyi.rest2test.server.controller with parameters of type Primitives Modifier and Type Method Description java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<Primitives>>IPrimitivesController. createWithoutId(Primitives value)java.lang.StringIPrimitivesController. stateFn(Primitives entity)Method parameters in one.xingyi.rest2test.server.controller with type arguments of type Primitives Modifier and Type Method Description java.util.concurrent.CompletableFuture<Primitives>IPrimitivesController. put(one.xingyi.core.utils.IdAndValue<Primitives> idAndPrimitives) -
Uses of Primitives in one.xingyi.rest2test.server.domain
Methods in one.xingyi.rest2test.server.domain that return Primitives Modifier and Type Method Description PrimitivesPrimitives. withbool(java.lang.Boolean bool)PrimitivesPrimitives. withbooleanBoxed(java.lang.Boolean booleanBoxed)PrimitivesPrimitives. withbooleanList(one.xingyi.core.client.ISimpleList<java.lang.Boolean> booleanList)PrimitivesPrimitives. withdoub(java.lang.Double doub)PrimitivesPrimitives. withdoubleBoxed(java.lang.Double doubleBoxed)PrimitivesPrimitives. withdoubleList(one.xingyi.core.client.ISimpleList<java.lang.Double> doubleList)PrimitivesPrimitives. withinteger(java.lang.Integer integer)PrimitivesPrimitives. withintegerBoxed(java.lang.Integer integerBoxed)PrimitivesPrimitives. withintegerList(one.xingyi.core.client.ISimpleList<java.lang.Integer> integerList)PrimitivesPrimitives. withname(java.lang.String name)PrimitivesPrimitives. withstringList(one.xingyi.core.client.ISimpleList<java.lang.String> stringList)Method parameters in one.xingyi.rest2test.server.domain with type arguments of type Primitives Modifier and Type Method Description <J> JPrimitives. toJsonWithLinks(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter, one.xingyi.core.marshelling.ContextForJson context, java.util.function.Function<Primitives,java.lang.String> stateFn)
-