org.javalite.activejdbc.validation
Class Converter
java.lang.Object
org.javalite.activejdbc.validation.ValidatorAdapter
org.javalite.activejdbc.validation.Converter
- All Implemented Interfaces:
- Validator
- Direct Known Subclasses:
- DateConverter, TimestampConverter
Deprecated. use Converter instead
@Deprecated
public abstract class Converter
- extends ValidatorAdapter
- Author:
- Igor Polevoy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Converter
public Converter()
- Deprecated.
convert
public abstract void convert(Model m)
- Deprecated.
validate
public void validate(Model m)
- Deprecated.
- Description copied from interface:
Validator
- Called by framework when a
Model.validate() method called.
- Parameters:
m - model being validated.
Copyright © 2015 JavaLite. All rights reserved.