Class HiddenModelPart


  • final class HiddenModelPart
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.collect.ImmutableList<java.lang.String> path  
    • Constructor Summary

      Constructors 
      Constructor Description
      HiddenModelPart​(com.google.common.collect.ImmutableList<java.lang.String> path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) com.google.common.collect.ImmutableList<java.lang.String> getPath()  
      • Methods inherited from class java.lang.Object

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

      • path

        private final com.google.common.collect.ImmutableList<java.lang.String> path
    • Constructor Detail

      • HiddenModelPart

        HiddenModelPart​(com.google.common.collect.ImmutableList<java.lang.String> path)
    • Method Detail

      • getPath

        com.google.common.collect.ImmutableList<java.lang.String> getPath()