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, java.lang.String oldFieldName, java.lang.String newFieldName)  
    • Method Detail

      • change

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