com.fasterxml.jackson.databind.jsonFormatVisitors

Interface JsonValueFormatVisitor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static class  JsonValueFormatVisitor.Base
      Default "empty" implementation, useful as the base to start on; especially as it is guaranteed to implement all the method of the interface, even if new methods are getting added.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void enumTypes(Set<String> enums)
      Method called to indicate enumerated (String) values type being visited can take as values.
      void format(JsonValueFormat format)
      Method called to indicate configured format for value type being visited.
    • Method Detail

      • format

        void format(JsonValueFormat format)
        Method called to indicate configured format for value type being visited.
      • enumTypes

        void enumTypes(Set<String> enums)
        Method called to indicate enumerated (String) values type being visited can take as values.

Copyright © 2014–2015 FasterXML. All rights reserved.