Interface SimpleVarNameAdapter


public interface SimpleVarNameAdapter
Simple class to replace # by _, use only for FunctionalAdministration collection.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    change(com.fasterxml.jackson.databind.JsonNode parent, String oldFieldName, String newFieldName)
     
  • Method Details

    • change

      static void change(com.fasterxml.jackson.databind.JsonNode parent, String oldFieldName, String newFieldName)