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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NumberBinder.LocalProblemsThe types ofNumberthat are acceptable as destination types. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.bind.BaseBinder
bind, getId, wrapLookup, wrapLookupNullOnMissingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
-
Field Details
-
PROBLEMS
-
SUPPORTED_NUMBER_TYPES
The types of
Numberthat 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
-