Class GenericVisitorSupport

java.lang.Object
org.faktorips.runtime.GenericVisitorSupport
All Implemented Interfaces:
IVisitorSupport

public class GenericVisitorSupport extends Object implements IVisitorSupport
Implementation of IVisitorSupport for IModelObjects not generated implementing IVisitorSupport.
Since:
21.6
Implementation Note:
This implementation uses generic access via the IpsModel, so generating your classes with visitor support will be more efficient if you have access to the project's generator settings.
  • Constructor Details

    • GenericVisitorSupport

      public GenericVisitorSupport(IModelObject modelObject)
  • Method Details