ninja.params
Class ParamParsers.BooleanParamParser

java.lang.Object
  extended by ninja.params.ParamParsers.BooleanParamParser
All Implemented Interfaces:
ParamParser<Boolean>
Enclosing class:
ParamParsers

public static class ParamParsers.BooleanParamParser
extends Object
implements ParamParser<Boolean>


Constructor Summary
ParamParsers.BooleanParamParser()
           
 
Method Summary
 Class<Boolean> getParsedType()
          Get the type that this parser parses to
 Boolean parseParameter(String field, String parameterValue, Validation validation)
          Parse the given parameter value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamParsers.BooleanParamParser

public ParamParsers.BooleanParamParser()
Method Detail

parseParameter

public Boolean parseParameter(String field,
                              String parameterValue,
                              Validation validation)
Description copied from interface: ParamParser
Parse the given parameter value

Specified by:
parseParameter in interface ParamParser<Boolean>
Parameters:
field - The field that is being parsed
parameterValue - The value to parse. May be null.
validation - The validation context.
Returns:
The parsed parameter value. May be null.

getParsedType

public Class<Boolean> getParsedType()
Description copied from interface: ParamParser
Get the type that this parser parses to

Specified by:
getParsedType in interface ParamParser<Boolean>
Returns:
The type


Copyright © 2012. All Rights Reserved.