Package jodd.pathref

Class PathrefContinue


  • public class PathrefContinue
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T continueWith​(java.lang.Object currentInstance, java.lang.String methodName, java.lang.Class<T> target)
      Factory of next target.
      • Methods inherited from class java.lang.Object

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

      • PathrefContinue

        public PathrefContinue​(Pathref pathref)
    • Method Detail

      • continueWith

        public <T> T continueWith​(java.lang.Object currentInstance,
                                  java.lang.String methodName,
                                  java.lang.Class<T> target)
        Factory of next target. It handles special cases of maps, sets and lists. In case target can not be proxified (like for Java classes) it returns null.