public static interface Document.ValueTransformer
Document.with(ValueTransformer)
. Implementations do not need to
worry about Document
values, since the transformer is never called on such values.Modifier and Type | Method and Description |
---|---|
Object |
transform(String name,
Object value)
Transform the supplied field value.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.