Class ContentTransformer<T>
java.lang.Object
com.linecorp.centraldogma.server.command.ContentTransformer<T>
A
Function
which is used for transforming the content at the specified path of the repository.-
Constructor Summary
ConstructorDescriptionContentTransformer
(String path, EntryType entryType, BiFunction<Revision, T, T> transformer) Creates a new instance. -
Method Summary
-
Constructor Details
-
ContentTransformer
Creates a new instance.
-
-
Method Details