Class PropertyPathSerializer.VarInfo

  • Enclosing class:
    PropertyPathSerializer

    static class PropertyPathSerializer.VarInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean inverse  
      (package private) Var var  
    • Constructor Summary

      Constructors 
      Constructor Description
      VarInfo​(Var var, boolean inverse)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • inverse

        boolean inverse
    • Constructor Detail

      • VarInfo

        VarInfo​(Var var,
                boolean inverse)