Uses of Interface
one.xingyi.core.marshelling.JsonParserAndWriter
-
Packages that use JsonParserAndWriter Package Description one.xingyi.core.client one.xingyi.core.endpoints one.xingyi.core.mediatype one.xingyi.core.optics.lensLanguage -
-
Uses of JsonParserAndWriter in one.xingyi.core.client
Methods in one.xingyi.core.client with parameters of type JsonParserAndWriter Modifier and Type Method Description static <J> IXingYiFactoryIXingYiFactory. lensFactory(JsonParserAndWriter<J> parserAndWriter)Constructors in one.xingyi.core.client with parameters of type JsonParserAndWriter Constructor Description JsonResourceList(JsonParserAndWriter<J> json, J mirror, java.util.function.Function<J,T> maker, Function3<J,java.lang.Integer,T,J> setter, java.util.function.BiFunction<J,T,J> addFn)LensLinesXingYi(JsonParserAndWriter<J> parser, LensDefnStore lensStore) -
Uses of JsonParserAndWriter in one.xingyi.core.endpoints
Fields in one.xingyi.core.endpoints declared as JsonParserAndWriter Modifier and Type Field Description JsonParserAndWriter<J>EndpointConfig. parserAndWriterJsonParserAndWriter<J>EndpointContext. parserAndWriterMethods in one.xingyi.core.endpoints that return JsonParserAndWriter Modifier and Type Method Description JsonParserAndWriter<J>EndpointContext. parserAndWriter()Methods in one.xingyi.core.endpoints with parameters of type JsonParserAndWriter Modifier and Type Method Description static <J> EndpointConfig<J>EndpointConfig. defaultConfig(JsonParserAndWriter<J> parserAndWriter) -
Uses of JsonParserAndWriter in one.xingyi.core.mediatype
Methods in one.xingyi.core.mediatype that return JsonParserAndWriter Modifier and Type Method Description JsonParserAndWriter<J>ServerMediaTypeContext. parserAndWriter()Methods in one.xingyi.core.mediatype with parameters of type JsonParserAndWriter Modifier and Type Method Description static <J,ClientEntity extends IXingYiClientResource,ClientView extends IXingYiView<ClientEntity>>
IMediaTypeClientDefn<ClientEntity,ClientView>IMediaTypeClientDefn. jsonAndLensDefnClient(java.lang.String entityName, JsonParserAndWriter<J> json, java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<java.lang.String>> getDefn, IXingYiClientFactory<ClientEntity,ClientView> makeEntity)static <J,Entity extends IXingYiResource & HasJsonWithLinks<ContextForJson,Entity>>
IMediaTypeServerDefn<Entity>IMediaTypeServerDefn. justJson(java.lang.String protocol, MakesFromJson<Entity> makesFromJson, JsonParserAndWriter<J> parserAndWriter)Constructors in one.xingyi.core.mediatype with parameters of type JsonParserAndWriter Constructor Description JsonAndLensDefnClientMediaTypeDefn(java.lang.String entityName, JsonParserAndWriter<J> json, java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<java.lang.String>> getDefn, java.util.function.Function<java.lang.String,LensDefnStore> makeLensStore, IXingYiClientFactory<ClientEntity,ClientView> makeEntity) -
Uses of JsonParserAndWriter in one.xingyi.core.optics.lensLanguage
Methods in one.xingyi.core.optics.lensLanguage with parameters of type JsonParserAndWriter Modifier and Type Method Description <J> Lens<J,java.lang.Double>DoubleLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>FirstItemInListDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>IdentityDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,java.lang.Integer>IntegerLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>ItemAsListDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>LensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,IResourceList<T>>ListLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,java.lang.String>StringLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,java.lang.Object>ViewLensDefn. asLens(JsonParserAndWriter<J> json)<J> LensStore<J>LensDefnStore. makeStore(JsonParserAndWriter<J> parser)Constructors in one.xingyi.core.optics.lensLanguage with parameters of type JsonParserAndWriter Constructor Description LensStore(JsonParserAndWriter<J> json, LensDefnStore store)
-