Interface AnonymizingTypeTranslator.Anonymizer
-
- All Known Implementing Classes:
AnonymizingTypeTranslator.DefaultAnonymizer
- Enclosing class:
- AnonymizingTypeTranslator
public static interface AnonymizingTypeTranslator.Anonymizer
Customizable anonymizer interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
anonymize(Object obj)
Return an anonymized token for the supplied object.
-
-
-
Method Detail
-
anonymize
Object anonymize(Object obj)
Return an anonymized token for the supplied object.- Parameters:
obj
- aTraversal
object of one of the following types: String, Long, Double, FLoat, Integer, Class, TImestamp, Date, UUID,Vertex
,Edge
,VertexProperty
- Returns:
- an anonymized version of the supplied object
-
-