lucee.Componentcfboom.lang.Object
cfboom.gson.JsonParser
A parser to parse Json into a parse tree of JsonElements. A wrapper facade to the JsonParser object (http://static.javadoc.io/com.google.code.gson/gson/2.8.2/com/google/gson/JsonParser.html).
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
loader
|
true
|
false
|
|
any
|
log
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
void
|
onDIComplete()
|
any
|
parse(any json)
|
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode, toString |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- javaLoader@cfboomGsonserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueMethod Detail |
---|
json