Package de.gematik.rbellogger.renderer
Class RbelHtmlRenderingToolkit.JsonNoteEntry
java.lang.Object
de.gematik.rbellogger.renderer.RbelHtmlRenderingToolkit.JsonNoteEntry
- Enclosing class:
- RbelHtmlRenderingToolkit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionJsonNoteEntry(String stringToMatch, j2html.tags.Tag tagForKeyReplacement, j2html.tags.Tag tagForValueReplacement) -
Method Summary
-
Constructor Details
-
JsonNoteEntry
@ConstructorProperties({"stringToMatch","tagForKeyReplacement","tagForValueReplacement"}) public JsonNoteEntry(String stringToMatch, j2html.tags.Tag tagForKeyReplacement, j2html.tags.Tag tagForValueReplacement)
-
-
Method Details
-
builder
-
getStringToMatch
-
getTagForKeyReplacement
public j2html.tags.Tag getTagForKeyReplacement() -
getTagForValueReplacement
public j2html.tags.Tag getTagForValueReplacement()
-