See: Description
Interface | Description |
---|---|
CharacterRepresentationProvider |
A provider for character representations for objects, that can be used to obfuscate objects using
Obfuscator.obfuscateObject(Object, Supplier) , Obfuscator.obfuscateCollection(Collection, Function) ,
Obfuscator.obfuscateList(List, Function) , Obfuscator.obfuscateSet(Set, Function) or Obfuscator.obfuscateMap(Map, Function) . |
ObfuscatorProvider |
A provider for
Obfuscators . |
ObjectFactory |
A factory for creating objects.
|
Annotation Type | Description |
---|---|
ObfuscateAll |
Indicates that obfuscation should be done in a similar way to using
Obfuscator.all(char) . |
ObfuscateFixedLength |
Indicates that obfuscation should be done in a similar way to using
Obfuscator.fixedLength(int, char) . |
ObfuscateFixedValue |
Indicates that obfuscation should be done in a similar way to using
Obfuscator.fixedValue(String) . |
ObfuscateNone |
Indicates that obfuscation should be done in a similar way to using
Obfuscator.none() . |
ObfuscatePortion |
Indicates that obfuscation should be done in a similar way to using
Obfuscator.portion() . |
ObfuscateUsing |
Indicates that obfuscation should be done using a custom provided
Obfuscator . |
RepresentedBy |
Indicates that objects should get a custom character representation when being obfuscated using
Obfuscator.obfuscateObject(Object, Supplier) , Obfuscator.obfuscateCollection(Collection, Function) ,
Obfuscator.obfuscateList(List, Function) , Obfuscator.obfuscateSet(Set, Function) or Obfuscator.obfuscateMap(Map, Function) . |
Copyright © 2020. All rights reserved.