Class PropertyOrFieldReference

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.PropertyOrFieldReference
All Implemented Interfaces:
Opcodes, SpelNode

public class PropertyOrFieldReference extends SpelNodeImpl
Represents a simple property or field reference.
Since:
3.0
Author:
Andy Clement, Juergen Hoeller, Clark Duplichien, Sam Brannen
  • Constructor Details

    • PropertyOrFieldReference

      public PropertyOrFieldReference(boolean nullSafe, String propertyOrFieldName, int startPos, int endPos)
  • Method Details