Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize.EntityWrapper
-
Packages that use EntityWrapper Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize -
-
Uses of EntityWrapper in de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize that return EntityWrapper Modifier and Type Method Description EntityWrapperEntityWrapper. setContext(String context)EntityWrapperEntityWrapper. setEntity(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity entity)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize with parameters of type EntityWrapper Modifier and Type Method Description voidEntityWrapperSerializer. serialize(EntityWrapper wrapper, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)static voidJsonWriterOdata40. writeEntity(Writer writer, EntityWrapper entity)static voidJsonWriterOdata401. writeEntity(Writer writer, EntityWrapper entity)
-