lucee.Componentcbelasticsearch.util.Util
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
jLoader
|
true
|
false
|
Method Summary | |
---|---|
any
|
ensureBooleanCasting(any memento)
Workaround for Adobe 2018 metadata mutation bug with GSON: https://tracker. |
any
|
ensureNativeStruct(struct memento)
Ensures a CF native struct is returned ( allowing for dot-notation ). |
string
|
getJLoader()
|
any
|
newHashMap([struct memento])
Creates a new java. |
any
|
setJLoader(any jLoader)
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- loader@cbjavaloaderserializable
- trueMethod Detail |
---|
Workaround for Adobe 2018 metadata mutation bug with GSON: https://tracker.adobe.com/#/view/CF-4206423
memento
Ensures a CF native struct is returned ( allowing for dot-notation )
memento
- A struct to ensureCreates a new java.util.HashMap with an optional struct to populate
memento
- a struct to populate the memento withjLoader