Uses of Class
one.xingyi.core.utils.IdAndValue
-
Packages that use IdAndValue Package Description one.xingyi.core.client one.xingyi.core.endpoints one.xingyi.core.mediatype one.xingyi.core.store one.xingyi.core.utils -
-
Uses of IdAndValue in one.xingyi.core.client
Methods in one.xingyi.core.client that return IdAndValue Modifier and Type Method Description IdAndValueIXingYi. getIdAndValue(java.lang.Object mirror, IXingYiClientFactory<Entity,View> maker)IdAndValueLensLinesXingYi. getIdAndValue(java.lang.Object mirror, IXingYiClientFactory<Entity,View> maker) -
Uses of IdAndValue in one.xingyi.core.endpoints
Methods in one.xingyi.core.endpoints that return types with arguments of type IdAndValue Modifier and Type Method Description static <J,Entity extends HasJsonWithLinks<ContextForJson,Entity>>
EndpointResult<IdAndValue<Entity>>EndpointResult. createForIdAndvalue(EndpointContext<J> context, java.lang.String rootUrl, int statusCode, java.util.function.Function<Entity,java.lang.String> stateFn)Methods in one.xingyi.core.endpoints with parameters of type IdAndValue Modifier and Type Method Description <Entity extends HasJsonWithLinks<ContextForJson,Entity>>
java.lang.StringEndpointContext. resultBodyForIdAndValue(ServiceRequest serviceRequest, java.lang.String codeUrl, IdAndValue<Entity> entity, java.util.function.Function<Entity,java.lang.String> stateFn) -
Uses of IdAndValue in one.xingyi.core.mediatype
Methods in one.xingyi.core.mediatype with parameters of type IdAndValue Modifier and Type Method Description DataToBeSentToClientIMediaTypeServerDefn. makeDataAndDefn(ContextForJson context, java.util.function.Function<Entity,java.lang.String> stateFn, IdAndValue<Entity> entity)DataToBeSentToClientJustJsonServerMediaTypeDefn. makeDataAndDefn(ContextForJson context, java.util.function.Function<Entity,java.lang.String> stateFn, IdAndValue<Entity> entity)Method parameters in one.xingyi.core.mediatype with type arguments of type IdAndValue Modifier and Type Method Description EndPointIResourceEndpoints. put(java.util.function.BiFunction<ServiceRequest,java.lang.String,IdAndValue<Entity>> fromFn, java.util.function.Function<IdAndValue<Entity>,java.util.concurrent.CompletableFuture<Entity>> fn)EndPointIResourceEndpoints. put(java.util.function.BiFunction<ServiceRequest,java.lang.String,IdAndValue<Entity>> fromFn, java.util.function.Function<IdAndValue<Entity>,java.util.concurrent.CompletableFuture<Entity>> fn) -
Uses of IdAndValue in one.xingyi.core.store
Methods in one.xingyi.core.store that return types with arguments of type IdAndValue Modifier and Type Method Description java.util.concurrent.CompletableFuture<IdAndValue<T>>ControllerUsingMap. createWithoutId(T t)Methods in one.xingyi.core.store with parameters of type IdAndValue Modifier and Type Method Description java.util.concurrent.CompletableFuture<T>ControllerUsingMap. put(IdAndValue<T> idAndEntity) -
Uses of IdAndValue in one.xingyi.core.utils
Methods in one.xingyi.core.utils with parameters of type IdAndValue Modifier and Type Method Description static <J,T extends HasJsonWithLinks<ContextForJson,T>>
JIdAndValue. toJson(IdAndValue<T> t, JsonWriter<J> jsonWriter, ContextForJson contextForJson, java.util.function.Function<T,java.lang.String> stateFn)
-