Package org.jesterj.ingest.model.impl
Interface PropertyEditor<T>
-
public interface PropertyEditor<T>Just a sketch... subject to radical change. DONT USE YET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(java.lang.String value)java.lang.Stringencode(T value)
-