Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.xd.dirt.integration.bus.converter Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AbstractFromMessageConverterBase class for converters applied via Spring Integration 4.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
ByteArrayToStringMessageConverterto convert from byte[] to String applying the Charset provided inthe content-type header if any.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
CompositeMessageConverterFactoryA factory for creating an instance of CompositeMessageConverter for a given target MIME typeAuthor:David TuranskiClassorg.springframework.xd.dirt.integration.bus.converterSpring XD
ConversionExceptionException thrown when an error is encountered during message conversion.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
JavaToSerializedMessageConverterto convert from a POJO to byte[] with Java.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
JsonToPojoMessageConverterClassorg.springframework.xd.dirt.integration.bus.converterSpring XD
JsonToTupleMessageConverterto convert from a JSON (byte[] or String) to a Tuple.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
MessageConverterUtilsMessage conversion utility methods.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
PojoToJsonMessageConverterto convert a Java object to a JSON StringAuthor:David Turanski, David LiuClassorg.springframework.xd.dirt.integration.bus.converterSpring XD
PojoToStringMessageConverterto convert a Java object to a String using toString()Author:David TuranskiClassorg.springframework.xd.dirt.integration.bus.converterSpring XD
SerializedToJavaMessageConverterto deserialize Serializable Java objects.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
StringToByteArrayMessageConverterto convert a String to a byte[], applying the provided Charset inthe content-type header if any.Classorg.springframework.xd.dirt.integration.bus.converterSpring XD
TupleToJsonMessageConverterto convert a Tuple to a JSON StringAuthor:David TuranskiClassorg.springframework.xd.dirt.integration.bus.converterSpring XD