Class ReferenceFinderBuilder<C>

java.lang.Object
com.inductiveautomation.ignition.gateway.config.ReferenceFinderBuilder<C>
Type Parameters:
C - The type of the configuration object. This may be the config type "R" that matches a ResourceTypeMeta, or it may be the profile type "P" of an ExtensionPointResourceTypeMeta, or the settings object of an ExtensionPoint, depending on the context of where this reference finder is being used.

public class ReferenceFinderBuilder<C> extends Object
Helps build a ReferenceFinder for a specific property and a known target resource type.
See Also:
  • Constructor Details

    • ReferenceFinderBuilder

      public ReferenceFinderBuilder(@Nonnull String propertyName)
  • Method Details