org.janux.bus.processor
Interface ObjectFormatterGeneric<T>

All Superinterfaces:
Processor

public interface ObjectFormatterGeneric<T>
extends Processor

Base interface to represent any sort of class that takes an Object as it input and returns a String as output; this is a version equivalent to ObjectFormatter, but which uses generics to type the object being formatted

Since:
version 0.4.02 - Mar 15, 2011
Author:
Philippe Paravicini
See Also:
StringProcessorAbstract

Method Summary
 String format(T o)
           
 
Methods inherited from interface org.janux.bus.processor.Processor
process
 

Method Detail

format

String format(T o)


Copyright © 2005-2013 Janux. All Rights Reserved.