Class UriBinder
- All Implemented Interfaces:
nz.org.riskscape.engine.bind.ParameterBinder,nz.org.riskscape.engine.Identified
Binds strings to a URI by parsing them with URI.create(String)
-
Field Summary
Fields inherited from class nz.org.riskscape.engine.bind.TypeSafeBinder
acceptsSourceType, bindsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.ResultOrProblems<URI>bindTypedValue(nz.org.riskscape.engine.bind.BindingContext context, String value) Methods inherited from class nz.org.riskscape.engine.bind.TypeSafeBinder
bindValue, canBindMethods 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
-
Constructor Details
-
UriBinder
public UriBinder()
-
-
Method Details
-
bindTypedValue
-