Class PatternTypeHandler

java.lang.Object
ch.tocco.nice2.model.base.unmarshal.types.PatternTypeHandler
All Implemented Interfaces:
TypeHandler

public class PatternTypeHandler extends Object implements TypeHandler
Allows to directly map a string regular expession to a compiled Pattern. The auto-validation of the regex was the reason for adding this type handler.