Class BeanPropertyLookupParser

java.lang.Object
org.jfree.report.util.PropertyLookupParser
org.jfree.report.util.beans.BeanPropertyLookupParser
All Implemented Interfaces:
Serializable

public abstract class BeanPropertyLookupParser extends PropertyLookupParser
See Also:
  • Constructor Details

    • BeanPropertyLookupParser

      public BeanPropertyLookupParser()
  • Method Details

    • performInitialLookup

      protected abstract Object performInitialLookup(String name)
      Parameters:
      name -
      Returns:
    • lookupVariable

      protected String lookupVariable(String entity)
      Description copied from class: PropertyLookupParser
      Looks up the property with the given name.
      Specified by:
      lookupVariable in class PropertyLookupParser
      Parameters:
      entity - the name of the property to look up.
      Returns:
      the translated value.