Package org.citrusframework.util
Class SpringBeanTypeConverter
java.lang.Object
org.citrusframework.util.DefaultTypeConverter
org.citrusframework.util.SpringBeanTypeConverter
- All Implemented Interfaces:
TypeConverter
- Author:
- Christoph Deppisch
-
Field Summary
FieldsFields inherited from interface org.citrusframework.util.TypeConverter
APACHE_CAMEL, converters, DEFAULT, GROOVY, RESOURCE_PATH, SPRING -
Method Summary
Modifier and TypeMethodDescription<T> TconvertAfter(Object target, Class<T> type) protected <T> Optional<T>convertBefore(Object target, Class<T> type) Methods inherited from class org.citrusframework.util.DefaultTypeConverter
convertIfNecessary, convertStringToTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.util.TypeConverter
asNormalizedArrayString
-
Field Details
-
INSTANCE
-
-
Method Details
-
convertBefore
- Overrides:
convertBeforein classDefaultTypeConverter
-
convertAfter
- Overrides:
convertAfterin classDefaultTypeConverter
-