Interface JournalPropertyBuilder<T extends JournalProperty>
public interface JournalPropertyBuilder<T extends JournalProperty>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(T journalProperty) Adds the JournalProperty instance fetched from CommitInfo to this buildervoidaddSerializedProperty(@Nullable String serializedProperty) Adds the serialized form of journal property (as build from #buildAsString) callbuild()Constructs a JournalProperty instance based on current builder stateReturns a string representation state of the builder which would be stored in JournalEntry
-
Method Details
-
addProperty
Adds the JournalProperty instance fetched from CommitInfo to this builder -
buildAsString
String buildAsString()Returns a string representation state of the builder which would be stored in JournalEntry -
addSerializedProperty
Adds the serialized form of journal property (as build from #buildAsString) call -
build
JournalProperty build()Constructs a JournalProperty instance based on current builder state
-