Interface AnonymizingTypeTranslator.Anonymizer
-
- All Known Implementing Classes:
AnonymizingTypeTranslator.DefaultAnonymizer
- Enclosing class:
- AnonymizingTypeTranslator
public static interface AnonymizingTypeTranslator.AnonymizerCustomizable anonymizer interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectanonymize(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- aTraversalobject 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
-
-