Class BeanPropertyLookupParser

    • Constructor Detail

      • BeanPropertyLookupParser

        public BeanPropertyLookupParser()
    • Method Detail

      • performInitialLookup

        protected abstract java.lang.Object performInitialLookup​(java.lang.String name)
        Parameters:
        name -
        Returns:
      • lookupVariable

        protected java.lang.String lookupVariable​(java.lang.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.