Uses of Interface
org.guvnor.ala.marshalling.Marshaller
-
Packages that use Marshaller Package Description org.guvnor.ala.marshalling org.guvnor.ala.marshalling.impl org.guvnor.ala.pipeline.execution.marshalling -
-
Uses of Marshaller in org.guvnor.ala.marshalling
Methods in org.guvnor.ala.marshalling that return Marshaller Modifier and Type Method Description MarshallerMarshallerRegistry. get(Class clazz)Methods in org.guvnor.ala.marshalling with parameters of type Marshaller Modifier and Type Method Description voidMarshallerRegistry. register(Class clazz, Marshaller marshaller) -
Uses of Marshaller in org.guvnor.ala.marshalling.impl
Classes in org.guvnor.ala.marshalling.impl that implement Marshaller Modifier and Type Class Description classJSONBaseMarshaller<T>Base implementation for a JSON marshaller.Fields in org.guvnor.ala.marshalling.impl with type parameters of type Marshaller Modifier and Type Field Description protected Map<Class,Marshaller<?>>BaseMarshallerRegistry. marshallerMapMethods in org.guvnor.ala.marshalling.impl that return Marshaller Modifier and Type Method Description MarshallerBaseMarshallerRegistry. get(Class clazz)Methods in org.guvnor.ala.marshalling.impl with parameters of type Marshaller Modifier and Type Method Description voidBaseMarshallerRegistry. register(Class clazz, Marshaller marshaller) -
Uses of Marshaller in org.guvnor.ala.pipeline.execution.marshalling
Classes in org.guvnor.ala.pipeline.execution.marshalling that implement Marshaller Modifier and Type Class Description classPipelineExecutorTraceImplMarshallerPipelineExecutorTraceImpl marshaller implementation.
-