Class SubsetFilteringPropertyOracle

java.lang.Object
com.google.gwt.core.ext.SubsetFilteringPropertyOracle
All Implemented Interfaces:
PropertyOracle

public class SubsetFilteringPropertyOracle extends Object implements PropertyOracle
A property oracle that prevents access to any properties not named in its predefined set.
Used by the generator driver framework to limit property access for the purpose of forcing generators to accurately declare their property dependencies.
  • Constructor Details

    • SubsetFilteringPropertyOracle

      public SubsetFilteringPropertyOracle(Set<String> accessiblePropertyNames, PropertyOracle wrappedPropertyOracle, String accessViolationMessage)
  • Method Details