@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface EntryTransformation extends LDIFReaderEntryTranslator, LDIFWriterEntryTranslator
Modifier and Type | Method and Description |
---|---|
Entry |
transformEntry(Entry entry)
Applies an appropriate transformation to the provided entry.
|
translate
translateEntryToWrite
@Nullable Entry transformEntry(@NotNull Entry entry)
entry
- The entry to transform.null
if the entry should be suppressed.