Uses of Interface
org.kie.dmn.api.marshalling.DMNExtensionRegister
-
Packages that use DMNExtensionRegister Package Description org.kie.dmn.api.core -
-
Uses of DMNExtensionRegister in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return types with arguments of type DMNExtensionRegister Modifier and Type Method Description List<DMNExtensionRegister>DMNCompilerConfiguration. getRegisteredExtensions()Methods in org.kie.dmn.api.core with parameters of type DMNExtensionRegister Modifier and Type Method Description voidDMNCompilerConfiguration. addExtension(DMNExtensionRegister extension)Method parameters in org.kie.dmn.api.core with type arguments of type DMNExtensionRegister Modifier and Type Method Description voidDMNCompilerConfiguration. addExtensions(List<DMNExtensionRegister> extensions)
-