Class PropertyEntry

java.lang.Object
org.springframework.beans.factory.parsing.PropertyEntry
All Implemented Interfaces:
ParseState.Entry

public class PropertyEntry extends Object implements ParseState.Entry
ParseState entry representing a JavaBean property.
Since:
2.0
Author:
Rob Harrop
  • Constructor Details

    • PropertyEntry

      public PropertyEntry(String name)
      Create a new PropertyEntry instance.
      Parameters:
      name - the name of the JavaBean property represented by this instance
  • Method Details