Uses of Class
org.kie.server.api.marshalling.MarshallingFormat
-
Packages that use MarshallingFormat Package Description org.kie.server.api.marshalling org.kie.server.api.marshalling.jaxb org.kie.server.api.marshalling.json org.kie.server.api.marshalling.xstream -
-
Uses of MarshallingFormat in org.kie.server.api.marshalling
Methods in org.kie.server.api.marshalling that return MarshallingFormat Modifier and Type Method Description static MarshallingFormatMarshallingFormat. fromId(int id)static MarshallingFormatMarshallingFormat. fromType(String type)MarshallingFormatMarshaller. getFormat()static MarshallingFormatMarshallingFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MarshallingFormat[]MarshallingFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.server.api.marshalling with parameters of type MarshallingFormat Modifier and Type Method Description MarshallerBaseMarshallerBuilder. build(Set<Class<?>> classes, MarshallingFormat format, ClassLoader classLoader)MarshallerMarshallerBuilder. build(Set<Class<?>> classes, MarshallingFormat format, ClassLoader classLoader)Based on given parameters builds marshaller instance that matches given format (MarshallingFormat)static MarshallerMarshallerFactory. getMarshaller(Set<Class<?>> classes, MarshallingFormat format, ClassLoader classLoader)Builds new marshaller for given format and class loaderstatic MarshallerMarshallerFactory. getMarshaller(MarshallingFormat format, ClassLoader classLoader)Builds new marshaller for given format and class loader -
Uses of MarshallingFormat in org.kie.server.api.marshalling.jaxb
Methods in org.kie.server.api.marshalling.jaxb that return MarshallingFormat Modifier and Type Method Description MarshallingFormatJaxbMarshaller. getFormat() -
Uses of MarshallingFormat in org.kie.server.api.marshalling.json
Methods in org.kie.server.api.marshalling.json that return MarshallingFormat Modifier and Type Method Description MarshallingFormatJSONMarshaller. getFormat() -
Uses of MarshallingFormat in org.kie.server.api.marshalling.xstream
Methods in org.kie.server.api.marshalling.xstream that return MarshallingFormat Modifier and Type Method Description MarshallingFormatXStreamMarshaller. getFormat()
-