public static class AnonymizingTypeTranslator.DefaultAnonymizer extends Object implements AnonymizingTypeTranslator.Anonymizer
Constructor and Description |
---|
DefaultAnonymizer() |
Modifier and Type | Method and Description |
---|---|
Object |
anonymize(Object obj)
Return an anonymized token for the supplied object of the form "type:instance#".
|
public Object anonymize(Object obj)
anonymize
in interface AnonymizingTypeTranslator.Anonymizer
obj
- a Traversal
object of one of the following types: String, Long, Double, FLoat, Integer,
Class, TImestamp, Date, UUID, Vertex
, Edge
, VertexProperty
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.