Modifier and Type | Method and Description |
---|---|
protected Constructor<?> |
MNewInstanceAccessor.deepFindConstructor(Class<?> clazz,
Class<?>[] args,
boolean safe) |
Modifier and Type | Method and Description |
---|---|
void |
MArithmeticManager.registerAddons() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
MAddonsUtils.getPersistantPropertiesValues(Object object,
boolean includeDefaults)
Returns the provided object's class'
PersistantProperties values, including or not values that are equal to defaults (name --> value). |
static void |
MAddonsFinder.registerAddon(IAddon addon)
Allows to manually register new Addons.
|
static void |
MAddonsFinder.registerAddon(String addonClassName)
Allows to manually register new Addons.
|
void |
DefaultVariablesManager.registerAddons()
Manually registers variables accessors using
ConfigDiscovery . |
void |
IAddonsManager.registerAddons()
Manually registers variables accessors using
ConfigDiscovery . |
void |
DefaultPersistentPropertiesRegisterer.registerAddons() |
Modifier and Type | Method and Description |
---|---|
void |
Jdk8VariablesManager.registerAddons()
Manually registers variables accessors using
ConfigDiscovery . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RichXMLFactory.GenericAddon.isWriteAsAttribute(PersistantPropertyInfo property,
Object propertyValue)
Does value should be writen as node ?
|
protected boolean |
RichXMLFactory.FORMATAddon.isWriteAsAttribute(PersistantPropertyInfo property,
Object propertyValue) |
protected boolean |
RichXMLFactory.CALLAddon.isWriteAsAttribute(PersistantPropertyInfo property,
Object propertyValue) |
protected boolean |
RichXMLFactory.GenericAddon.isWriteAsNode(PersistantPropertyInfo property,
Object propertyValue)
Does value should be writen as attribute?
|
protected boolean |
RichXMLFactory.FORMATAddon.isWriteAsNode(PersistantPropertyInfo property,
Object propertyValue) |
protected boolean |
RichXMLFactory.CALLAddon.isWriteAsNode(PersistantPropertyInfo property,
Object propertyValue) |
protected boolean |
RichXMLFactory.INDEXAddon.isWriteAsNode(PersistantPropertyInfo property,
Object propertyValue) |
Modifier and Type | Method and Description |
---|---|
javax.rules.ObjectFilter |
AbstractMRuleExecutionSet.getDefaultObjectFilterInstance() |
javax.rules.ObjectFilter |
MRuleExecutionSetWrapper.getDefaultObjectFilterInstance() |
javax.rules.ObjectFilter |
IMRuleExecutionSet.getDefaultObjectFilterInstance() |
Modifier and Type | Method and Description |
---|---|
static boolean |
AddonConverter.isConvertibleToString(IAddon addon)
Tells if this specific Addon instance can be converted to a parseable String.
|