Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created October 16, 2012 17:34
Show Gist options
  • Save nialdarbey/3900756 to your computer and use it in GitHub Desktop.
Save nialdarbey/3900756 to your computer and use it in GitHub Desktop.
transformer
@Transformer(sourceTypes = {LDAPEntry.class})
public static String ldapEntryToLdif(LDAPEntry entry)
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment