Class BooleanParameter
java.lang.Object
org.frankframework.parameters.AbstractParameter<Boolean>
org.frankframework.parameters.BooleanParameter
- All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, IConfigurable, IScopeProvider, IWithParameters, NameAware, IParameter, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Parameter that resolves it's value to either
true or false.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractParameter
AbstractParameter.DefaultValueMethods, AbstractParameter.ParameterMode, AbstractParameter.ParameterPatternSubstitution -
Field Summary
Fields inherited from class AbstractParameter
CONTEXT_KEY_WILDCARD, FIXEDHOSTNAME, FIXEDUID, paramList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleangetValueAsType(@NonNull Message request, boolean namespaceAware) Converts raw data to configured parameter typeMethods inherited from class AbstractParameter
addParameter, configure, consumesSessionVariable, getMessageFormat, getName, getParameterList, getValue, getValue, requiresInputValueForResolution, setAuthAlias, setContextKey, setDefaultValue, setDefaultValueMethods, setHidden, setIgnoreUnresolvablePatternElements, setJsonPathExpression, setMaxLength, setMode, setName, setNamespaceDefs, setPassword, setPattern, setRemoveNamespaces, setSessionKey, setSessionKeyJPath, setSessionKeyXPath, setStyleSheetName, setType, setUsername, setValue, setXpathExpression, setXpathResult, setXsltVersion, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface 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:AbstractParameterConverts raw data to configured parameter type- Specified by:
getValueAsTypein classAbstractParameter<Boolean>- Throws:
IOException
-