Class RbelJsonElementToNodeConverter
- java.lang.Object
-
- de.gematik.rbellogger.writer.tree.RbelJsonElementToNodeConverter
-
- All Implemented Interfaces:
RbelElementToContentTreeNodeConverter
public class RbelJsonElementToNodeConverter extends Object implements RbelElementToContentTreeNodeConverter
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_ARRAYstatic StringJSON_NON_STRING_PRIMITIVEstatic StringJSON_PRIMITIVE
-
Constructor Summary
Constructors Constructor Description RbelJsonElementToNodeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RbelContentTreeNodeconvert(RbelElement el, TigerConfigurationLoader context, RbelContentTreeConverter converter)booleanshouldConvert(RbelElement target)
-
-
-
Field Detail
-
JSON_PRIMITIVE
public static final String JSON_PRIMITIVE
- See Also:
- Constant Field Values
-
JSON_NON_STRING_PRIMITIVE
public static final String JSON_NON_STRING_PRIMITIVE
- See Also:
- Constant Field Values
-
JSON_ARRAY
public static final String JSON_ARRAY
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldConvert
public boolean shouldConvert(RbelElement target)
- Specified by:
shouldConvertin interfaceRbelElementToContentTreeNodeConverter
-
convert
public RbelContentTreeNode convert(RbelElement el, TigerConfigurationLoader context, RbelContentTreeConverter converter)
- Specified by:
convertin interfaceRbelElementToContentTreeNodeConverter
-
-