public class OidsAsStringsTransformer extends Object implements Transformer
Constructor and Description |
---|
OidsAsStringsTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
transform(io.undertow.server.HttpServerExchange exchange,
RequestContext context,
org.bson.BsonValue contentToTransform,
org.bson.BsonValue args)
contentToTransform can be directly manipulated or
RequestContext.setResponseContent(BsonValue value) for response phase and
RequestContext.setContent(BsonValue value) for request phase can be used
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transform
public void transform(io.undertow.server.HttpServerExchange exchange, RequestContext context, org.bson.BsonValue contentToTransform, org.bson.BsonValue args)
Transformer
transform
in interface Transformer
exchange
- context
- contentToTransform
- args
- Copyright © 2014–2019 SoftInstigate. All rights reserved.