Package nz.org.riskscape.engine.bind.impl
package nz.org.riskscape.engine.bind.impl
-
ClassDescriptionAllow binding to the ConfigString type - this is mostly here for completeness, and I suspect it'll rarely, if ever, get used - most of the type the binding will happen 'directly', e.g.Binds a function id to function.Binder for
FunctionCallPrototype
that allows binding by id only (e.g.Special case binder that sits at the end of the binders and will just return back what it's given if no binding is necessaryConverts a string to anSortBy
.Binds strings to aURI
by parsing them withURI.create(String)