Interface IProxyImplementor


public interface IProxyImplementor
Interface to implement by a proxy property container implementor that wishes to select what properties are proxied.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the property should be proxied or not.
  • Method Details

    • shouldProxy

      boolean shouldProxy(GProp<?> gp)
      Checks if the property should be proxied or not.
      Parameters:
      gp - The property.
      Returns:
      true to proxy the property, false otherwise.