|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectninja.params.ParamParsers
public class ParamParsers
Built in parsers for parameters
Nested Class Summary | |
---|---|
static class |
ParamParsers.BooleanParamParser
|
static class |
ParamParsers.DoubleParamParser
|
static class |
ParamParsers.FloatParamParser
|
static class |
ParamParsers.IntegerParamParser
|
static class |
ParamParsers.LongParamParser
|
static class |
ParamParsers.PrimitiveBooleanParamParser
|
static class |
ParamParsers.PrimitiveDoubleParamParser
|
static class |
ParamParsers.PrimitiveFloatParamParser
|
static class |
ParamParsers.PrimitiveIntegerParamParser
|
static class |
ParamParsers.PrimitiveLongParamParser
|
Constructor Summary | |
---|---|
ParamParsers()
|
Method Summary | |
---|---|
static ParamParser<?> |
getParamParser(Class<?> targetType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParamParsers()
Method Detail |
---|
public static ParamParser<?> getParamParser(Class<?> targetType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |