Package org.drools.base.base
Interface XMLSupport
- All Superinterfaces:
Comparable<KieService>,KieService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic interface -
Field Summary
FieldsFields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Method Summary
Modifier and TypeMethodDescriptiondefault <T> T<T> TfromXml(XMLSupport.Options options, String s) static XMLSupportget()static XMLSupport.Optionsoptions()static booleanpresent()static <T> Tdefault StringtoXml(XMLSupport.Options options, Object obj) Methods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Field Details
-
NO_XML_SUPPORT
- See Also:
-
-
Method Details
-
throwExceptionForMissingXmlSupport
static <T> T throwExceptionForMissingXmlSupport() -
get
-
present
static boolean present() -
toXml
-
fromXml
-
options
-
toXml
-
fromXml
-
kieModuleMarshaller
XMLSupport.XmlMarshaller kieModuleMarshaller()
-