Class PathJson


  • public class PathJson
    extends java.lang.Object
    Serialization class for java Path objects. Previously this was handled by Jackson but in an upgrade it changed to serializing Paths as the full URI prepended with "file://". That doesn't work well for our REST API so this will handle it instead.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PathJson.PathSerializer
      Serializer for Java Path objects.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathJson()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathJson

        public PathJson()