org.javalite.activejdbc.validation
Class Converter

java.lang.Object
  extended by org.javalite.activejdbc.validation.Converter
All Implemented Interfaces:
Validator
Direct Known Subclasses:
DateConverter, TimestampConverter

public abstract class Converter
extends Object
implements Validator

Author:
Igor Polevoy

Constructor Summary
Converter()
           
 
Method Summary
 void validate(Model m)
          Called by framework when a Model.validate() method called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.javalite.activejdbc.validation.Validator
formatMessage, setMessage
 

Constructor Detail

Converter

public Converter()
Method Detail

validate

public void validate(Model m)
Description copied from interface: Validator
Called by framework when a Model.validate() method called.

Specified by:
validate in interface Validator
Parameters:
m - model being validated.


Copyright © 2013. All Rights Reserved.