Package org.apereo.cas.web.flow
Class StringToCharArrayConverter
java.lang.Object
org.apereo.cas.web.flow.StringToCharArrayConverter
- All Implemented Interfaces:
org.springframework.binding.convert.converters.Converter
public class StringToCharArrayConverter
extends Object
implements org.springframework.binding.convert.converters.Converter
This is
StringToCharArrayConverter.- Since:
- 6.6.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertSourceToTargetClass(Object o, Class<?> aClass) Class<?> Class<?>
-
Field Details
-
INSTANCE
public static final org.springframework.binding.convert.converters.Converter INSTANCESingle instance of this converter. -
ID
The identifier of this converter.
-
-
Constructor Details
-
StringToCharArrayConverter
public StringToCharArrayConverter()
-
-
Method Details
-
getSourceClass
- Specified by:
getSourceClassin interfaceorg.springframework.binding.convert.converters.Converter
-
getTargetClass
- Specified by:
getTargetClassin interfaceorg.springframework.binding.convert.converters.Converter
-
convertSourceToTargetClass
- Specified by:
convertSourceToTargetClassin interfaceorg.springframework.binding.convert.converters.Converter
-