public class ParamParsers
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
ParamParsers() |
Modifier and Type | Method and Description |
---|---|
static ParamParser<?> |
getParamParser(java.lang.Class<?> targetType) |
public static ParamParser<?> getParamParser(java.lang.Class<?> targetType)
Copyright © 2014. All Rights Reserved.