Interface PropertyObjectLocator

All Superinterfaces:
ObjectLocator, Reportable, jakarta.xml.bind.ValidationEventLocator
All Known Implementing Classes:
DefaultPropertyObjectLocator

public interface PropertyObjectLocator extends ObjectLocator
Models a property locator.
Author:
Aleksei Valikov
  • Method Details

    • getPropertyName

      String getPropertyName()
      Returns:
      Name of the property.
    • getObject

      Object getObject()
      Specified by:
      getObject in interface jakarta.xml.bind.ValidationEventLocator
      Returns:
      Returns value of the property.