Class ContentTransformer<T>
java.lang.Object
com.linecorp.centraldogma.server.command.ContentTransformer<T>
-
Constructor Summary
ConstructorsConstructorDescriptionContentTransformer(String path, EntryType entryType, BiFunction<Revision, T, T> transformer) Creates a new instance. -
Method Summary
-
Constructor Details
-
ContentTransformer
-
-
Method Details
-
path
Returns the path of the content to be transformed. -
entryType
-
transformer
Returns theFunctionwhich transforms the content. -
toString
-