Class FallbackPropertyResolver
java.lang.Object
com.inductiveautomation.ignition.common.config.FallbackPropertyResolver
- All Implemented Interfaces:
PropertyResolver
A
PropertyResolver
that first checks a delegate property resolver, if defined, and then on failure simply
creates a new Property<Object> using the provided id and returns it. This ensures that a property is always
returned.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FallbackPropertyResolver
public FallbackPropertyResolver() -
FallbackPropertyResolver
-
-
Method Details
-
resolve
Description copied from interface:PropertyResolver
Returns the property represented by the id, or null if the property cannot be found.- Specified by:
resolve
in interfacePropertyResolver
-