Package org.drools.base.base
Interface XMLSupport
-
- All Superinterfaces:
java.lang.Comparable<org.kie.api.internal.utils.KieService>,org.kie.api.internal.utils.KieService
public interface XMLSupport extends org.kie.api.internal.utils.KieService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXMLSupport.Holderstatic classXMLSupport.Optionsstatic interfaceXMLSupport.XmlMarshaller<T>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNO_XML_SUPPORT
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <T> TfromXml(java.lang.String s)<T> TfromXml(XMLSupport.Options options, java.lang.String s)static XMLSupportget()XMLSupport.XmlMarshallerkieModuleMarshaller()static XMLSupport.Optionsoptions()static booleanpresent()static <T> TthrowExceptionForMissingXmlSupport()default java.lang.StringtoXml(java.lang.Object obj)java.lang.StringtoXml(XMLSupport.Options options, java.lang.Object obj)
-
-
-
Field Detail
-
NO_XML_SUPPORT
static final java.lang.String NO_XML_SUPPORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
throwExceptionForMissingXmlSupport
static <T> T throwExceptionForMissingXmlSupport()
-
get
static XMLSupport get()
-
present
static boolean present()
-
toXml
default java.lang.String toXml(java.lang.Object obj)
-
fromXml
default <T> T fromXml(java.lang.String s)
-
options
static XMLSupport.Options options()
-
toXml
java.lang.String toXml(XMLSupport.Options options, java.lang.Object obj)
-
fromXml
<T> T fromXml(XMLSupport.Options options, java.lang.String s)
-
kieModuleMarshaller
XMLSupport.XmlMarshaller kieModuleMarshaller()
-
-