Uses of Interface
io.ebeaninternal.api.json.SpiJsonReader
Packages that use SpiJsonReader
Package
Description
Bean description
-
Uses of SpiJsonReader in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiJsonReaderModifier and TypeMethodDescriptionSpiJsonContext.createJsonRead(BeanType<?> beanType, String json) Create a Json Reader for reading the JSON content. -
Uses of SpiJsonReader in io.ebeaninternal.api.json
Methods in io.ebeaninternal.api.json that return SpiJsonReaderModifier and TypeMethodDescriptionSpiJsonReader.forJson(com.fasterxml.jackson.core.JsonParser moreJson) -
Uses of SpiJsonReader in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type SpiJsonReaderModifier and TypeMethodDescriptionBeanDescriptor.jsonRead(SpiJsonReader jsonRead, String path, T target) BeanProperty.jsonRead(SpiJsonReader ctx) voidBeanProperty.jsonRead(SpiJsonReader ctx, EntityBean bean) voidBeanPropertyAssocMany.jsonRead(SpiJsonReader readJson, EntityBean parentBean) BeanPropertyAssocOne.jsonRead(SpiJsonReader readJson) voidBeanPropertyAssocOne.jsonRead(SpiJsonReader readJson, EntityBean bean) BeanDescriptor.jsonReadCollection(SpiJsonReader readJson, EntityBean parentBean) BeanPropertyAssocMany.jsonReadCollection(SpiJsonReader readJson, EntityBean parentBean, Object targets) Read the collection (JSON Array) containing entity beans.BeanPropertySimpleCollection.jsonReadCollection(SpiJsonReader readJson, EntityBean parentBean, Object collectionValue) -
Uses of SpiJsonReader in io.ebeaninternal.server.json
Classes in io.ebeaninternal.server.json that implement SpiJsonReaderMethods in io.ebeaninternal.server.json that return SpiJsonReaderModifier and TypeMethodDescriptionDJsonContext.createJsonRead(BeanType<?> beanType, String json) ReadJson.forJson(com.fasterxml.jackson.core.JsonParser moreJson) Return a new instance of ReadJson using the existing context but with a new JsonParser.Constructors in io.ebeaninternal.server.json with parameters of type SpiJsonReader