Class PropertyAccessImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearCache()
      Clears the cache of adapters and asks the Introspector to clear its cache.
      java.lang.Object get​(java.lang.Object instance, java.lang.String propertyName)
      Reads the value of a property.
      ClassPropertyAdapter getAdapter​(java.lang.Class forClass)
      Returns the adapter used to access properties within the indicated class.
      ClassPropertyAdapter getAdapter​(java.lang.Object instance)
      Returns the adapter for a particular object instance.
      java.lang.annotation.Annotation getAnnotation​(java.lang.Object instance, java.lang.String propertyName, java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
      Returns the annotation of a given property for the specified type if such an annotation is present, else null.
      void set​(java.lang.Object instance, java.lang.String propertyName, java.lang.Object value)
      Updates the value of a property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait