JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
Converter , org.mule.runtime.api.lifecycle.Disposable, Function <org.reactivestreams.Publisher<Event >,org.reactivestreams.Publisher<Event >>, org.mule.runtime.api.lifecycle.Initialisable, MuleContextAware , org.mule.runtime.api.meta.NameableObject, org.mule.runtime.api.meta.NamedObject, Processor , ReactiveProcessor , Transformer
All Known Implementing Classes:
AbstractDiscoverableTransformer , BeanToMap , ByteArrayToMuleMessage , ByteArrayToObject , ByteArrayToSerializable , CursorIteratorProviderToIterator , CursorStreamProviderToInputStream , DataHandlerToInputStreamTransformer , InputStreamToByteArray , LocalDateToDate , MapToBean , NumberToString , ObjectArrayToString , ObjectToByteArray , ObjectToInputStream , ObjectToOutputHandler , ObjectToString , PropertyEditorTextToValueTransformer , PropertyEditorValueToTextTransformer , SerializableToByteArray , StringToBoolean , StringToCharsetTransformer , StringToEnum , StringToMediaTypeTransformer , StringToNumber
public interface DiscoverableTransformer
extends Converter
A interface to denote that a transformer is discoverable. A Transformer can implement this interface so that when a
transformation is being 'discovered' for a payload type the transformers implementing this interface will be included in the
search.
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAME
Fields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAME
Method Summary
Methods inherited from interface org.mule.runtime.api.lifecycle.Initialisable
initialise
Methods inherited from interface org.mule.runtime.api.lifecycle.Disposable
dispose
Methods inherited from interface org.mule.runtime.api.meta.NameableObject
setName
Methods inherited from interface org.mule.runtime.api.meta.NamedObject
getName
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2003–2017 MuleSoft, Inc. . All rights reserved.