Class NumberBinder
java.lang.Object
nz.org.riskscape.engine.bind.BaseBinder
nz.org.riskscape.engine.bind.impl.NumberBinder
- All Implemented Interfaces:
nz.org.riskscape.engine.bind.ParameterBinder
,nz.org.riskscape.engine.Identified
public class NumberBinder
extends nz.org.riskscape.engine.bind.BaseBinder
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NumberBinder.LocalProblems
The types ofNumber
that are acceptable as destination types. -
Constructor Summary
-
Method Summary
Methods inherited from class nz.org.riskscape.engine.bind.BaseBinder
bind, getId, wrapLookup, wrapLookupNullOnMissing
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
-
Field Details
-
PROBLEMS
-
SUPPORTED_NUMBER_TYPES
The types of
Number
that are acceptable as destination types.All of the number types in this list should have a constructor that accepts a single string argument.
-
-
Constructor Details
-
NumberBinder
public NumberBinder()
-
-
Method Details
-
canBind
-
bindValue
-
bindValue
-