ProcessorTypeCast

class ipcore.properties.processors.ProcessorTypeCast

Restrict the type or types the argument can have, and tries a typecast where possible.

If casting raises an error, we do not preprocess and return the original value, which will throw an exception during the validation phase.