Package org.frankframework.parameters
Class BooleanParameter
java.lang.Object
org.frankframework.parameters.AbstractParameter
org.frankframework.parameters.BooleanParameter
- All Implemented Interfaces:
FrankElement
,HasApplicationContext
,HasName
,IConfigurable
,IScopeProvider
,IWithParameters
,NameAware
,IParameter
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.parameters.AbstractParameter
AbstractParameter.DefaultValueMethods, AbstractParameter.ParameterMode
-
Field Summary
Fields inherited from class org.frankframework.parameters.AbstractParameter
FIXEDHOSTNAME, FIXEDUID, paramList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Boolean
getValueAsType
(Message request, boolean namespaceAware) Converts raw data to configured parameter typeMethods inherited from class org.frankframework.parameters.AbstractParameter
addParameter, configure, consumesSessionVariable, getName, getParameterList, getValue, requiresInputValueForResolution, setAuthAlias, setContextKey, setDefaultValue, setDefaultValueMethods, setHidden, setIgnoreUnresolvablePatternElements, setMaxLength, setMinLength, setMode, setName, setNamespaceDefs, setPassword, setPattern, setRemoveNamespaces, setSessionKey, setSessionKeyXPath, setStyleSheetName, setType, setUsername, setValue, setXpathExpression, setXsltVersion, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.parameters.IParameter
getMode, getSessionKey, getType, getValue, isHidden
-
Constructor Details
-
BooleanParameter
public BooleanParameter()
-
-
Method Details
-
getValueAsType
protected Boolean getValueAsType(@Nonnull Message request, boolean namespaceAware) throws IOException Description copied from class:AbstractParameter
Converts raw data to configured parameter type- Overrides:
getValueAsType
in classAbstractParameter
- Throws:
IOException
-