Class AbstractGraphWalker.ReferenceFieldsClassValue

  • Enclosing class:
    AbstractGraphWalker

    private static class AbstractGraphWalker.ReferenceFieldsClassValue
    extends java.lang.ClassValue<java.lang.reflect.Field[]>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.reflect.Field[] computeValue​(java.lang.Class<?> klass)  
      • Methods inherited from class java.lang.ClassValue

        get, remove
      • Methods inherited from class java.lang.Object

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

      • ReferenceFieldsClassValue

        private ReferenceFieldsClassValue()
    • Method Detail

      • computeValue

        protected java.lang.reflect.Field[] computeValue​(java.lang.Class<?> klass)
        Specified by:
        computeValue in class java.lang.ClassValue<java.lang.reflect.Field[]>