Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize.EntityWrapper
Packages that use EntityWrapper
-
Uses of EntityWrapper in de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize that return EntityWrapperModifier and TypeMethodDescriptionEntityWrapper.setContext(String context) EntityWrapper.setEntity(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity entity) Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize with parameters of type EntityWrapperModifier and TypeMethodDescriptionvoidEntityWrapperSerializer.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)