org.cruxframework.crux.core.client.formatter
Interface Formatter

All Known Subinterfaces:
FilterFormatter, MaskedFormatter

public interface Formatter

Author:
Thiago

Method Summary
 String format(Object input)
           
 Object unformat(String input)
           
 

Method Detail

format

String format(Object input)
              throws InvalidFormatException
Throws:
InvalidFormatException

unformat

Object unformat(String input)
                throws InvalidFormatException
Throws:
InvalidFormatException


Copyright © 2014. All rights reserved.