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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FallbackPropertyResolverpublic FallbackPropertyResolver()
- 
FallbackPropertyResolver
 
- 
- 
Method Details- 
resolveDescription copied from interface:PropertyResolverReturns the property represented by the id, or null if the property cannot be found.- Specified by:
- resolvein interface- PropertyResolver
 
 
-