public final class CommitSerializer extends AbstractConfigurableMultiSerializer<org.eclipse.jgit.revwalk.RevCommit>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOption
options
Constructor and Description |
---|
CommitSerializer(ConfigurableSerializer.Option... options) |
CommitSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
Modifier and Type | Method and Description |
---|---|
protected void |
put(StructuredContent content,
org.eclipse.jgit.revwalk.RevCommit commit) |
serialize, serialize, serialize
serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public CommitSerializer(ConfigurableSerializer.Option... options)
public CommitSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected void put(StructuredContent content, org.eclipse.jgit.revwalk.RevCommit commit)
put
in class AbstractSerializer<org.eclipse.jgit.revwalk.RevCommit>