|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fikin.pojostate.select.AbstractMethodMeta
net.sf.fikin.pojostate.select.DefaultMethodMeta
net.sf.fikin.pojostate.select.NEFormatterSelector.NEFMethodMeta
public class NEFormatterSelector.NEFMethodMeta
Overwrites default DefaultMethodMeta.getFormat()
with custom
based formatters based on Method-name suffixes table.
Constructor Summary | |
---|---|
NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method)
instantiate new metadata with method only |
|
NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method,
java.text.Format format)
instantiate new metadata with method and formatter |
Method Summary |
---|
Methods inherited from class net.sf.fikin.pojostate.select.DefaultMethodMeta |
---|
getAllowNullDesc, getDescription, getFormat, getName, getRemoveHeadingGet, setAllowNullDesc, setRemoveHeadingGet |
Methods inherited from class net.sf.fikin.pojostate.select.AbstractMethodMeta |
---|
getMethod, setMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method) throws DecorationException
method
-
DecorationException
public NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method, java.text.Format format) throws DecorationException
method
- format
-
DecorationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |