Sorry, the diff of this file is not supported yet
+85
-84
@@ -139,13 +139,13 @@ <?xml version="1.0"?> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.BytesAsTyped"> | ||
| <member name="T:ZiZZi.Matter.JSON.BytesAsToken"> | ||
| <summary> | ||
| Makes typed content from name and bytes to print into dynamic objects. | ||
| Makes JValue content from bnytes to print into json. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.BytesAsTyped.#ctor"> | ||
| <member name="M:ZiZZi.Matter.JSON.BytesAsToken.#ctor"> | ||
| <summary> | ||
| Makes typed content from name and bytes to print into dynamic objects. | ||
| Makes JValue content from bnytes to print into json. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.Case"> | ||
| <member name="T:ZiZZi.Matter.JSON.Case"> | ||
| <summary> | ||
@@ -155,3 +155,3 @@ Use with swapswitch to swap if given type is matched. | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.Case.#ctor(System.String,System.Func{System.String,System.Byte[],System.Object})"> | ||
| <member name="M:ZiZZi.Matter.JSON.Case.#ctor(System.String,System.Func{System.Byte[],Newtonsoft.Json.Linq.JValue})"> | ||
| <summary> | ||
@@ -161,3 +161,3 @@ Use with swapswitch to swap if given type is matched. | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.Case._(System.String,System.Func{System.String,System.Byte[],System.Object})"> | ||
| <member name="M:ZiZZi.Matter.JSON.Case._(System.String,System.Func{System.Byte[],Newtonsoft.Json.Linq.JValue})"> | ||
| <summary> | ||
@@ -167,180 +167,181 @@ Use with swapswitch to swap if given type is matched. | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.DynBlock"> | ||
| <member name="T:ZiZZi.Matter.JSON.JsonBlock"> | ||
| <summary> | ||
| A dynamic block. It can contain properties, arrays and other blocks. | ||
| A json block. It can contain properties, arrays and other blocks. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.DynBlock.#ctor(ZiZZi.Matter.Object.MatterOrigin,ZiZZi.Matter.Object.BytesAsTyped,System.Object,System.String,System.Boolean)"> | ||
| <member name="T:ZiZZi.Matter.JSON.JsonBlockArray"> | ||
| <summary> | ||
| A dynamic block. It can contain properties, arrays and other blocks. | ||
| Array of blocks which can contain more attributes and sub blocks. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.DynBlockList"> | ||
| <member name="M:ZiZZi.Matter.JSON.JsonBlockArray.#ctor(Tonga.ISwap{System.String,Newtonsoft.Json.Linq.JContainer,System.String,ZiZZi.IMatter{Newtonsoft.Json.Linq.JContainer}},Newtonsoft.Json.Linq.JContainer,System.String)"> | ||
| <summary> | ||
| List of blocks which themselves can contain more properties and sub blocks. | ||
| Array of blocks which can contain more attributes and sub blocks. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.DynBlockList.#ctor(Tonga.ISwap{System.String,System.Object,System.String,ZiZZi.IMatter{System.Object}},System.Object,System.String)"> | ||
| <member name="M:ZiZZi.Matter.JSON.JsonBlockArray.Open(System.String,System.String)"> | ||
| <summary> | ||
| List of blocks which themselves can contain more properties and sub blocks. | ||
| Opens a block inside the array. Block name must always be the same. | ||
| </summary> | ||
| <param name="contentType"></param> | ||
| <param name="name"></param> | ||
| <returns></returns> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.DynBlockList.Open(System.String,System.String)"> | ||
| <member name="T:ZiZZi.Matter.JSON.JsonValueArray"> | ||
| <summary> | ||
| Opens a block inside the array. Block name must always be the same because it is an array. | ||
| Simple value array of items. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.DynValueList"> | ||
| <member name="M:ZiZZi.Matter.JSON.JsonValueArray.#ctor(Tonga.ISwap{System.String,System.Byte[],Newtonsoft.Json.Linq.JToken},Newtonsoft.Json.Linq.JContainer,System.String)"> | ||
| <summary> | ||
| Simple value list of items. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.DynValueList.#ctor(Tonga.ISwap{System.String,System.String,System.Byte[],System.Object},System.Object,System.String)"> | ||
| <summary> | ||
| Simple value array of items. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.MatterOrigin"> | ||
| <member name="T:ZiZZi.Matter.JSON.MaskedBlock`1"> | ||
| <summary> | ||
| Delivers matter of given contentype which is rooted in the given dynamic object. | ||
| Matter which ignores a properties that do not match a given json mask. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.MatterOrigin.#ctor(ZiZZi.Matter.Object.BytesAsTyped)"> | ||
| <member name="M:ZiZZi.Matter.JSON.MaskedBlock`1.#ctor(ZiZZi.IMatter{`0},Newtonsoft.Json.Linq.JToken)"> | ||
| <summary> | ||
| Delivers matter of given contentype which is rooted in the given dynamic object. | ||
| Matter which ignores a properties that do not match a given json mask. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.ObjectMatter`1"> | ||
| <member name="T:ZiZZi.Matter.JSON.MaskedObjectList`1"> | ||
| <summary> | ||
| Expands a ZiZZi object into a real object. | ||
| Matter which ignores a properties that do not match a given json mask. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.ObjectMatter`1.#ctor"> | ||
| <member name="M:ZiZZi.Matter.JSON.MaskedObjectList`1.#ctor(ZiZZi.IMatter{`0},Newtonsoft.Json.Linq.JToken)"> | ||
| <summary> | ||
| Expands a ZiZZi object into a real object. | ||
| Matter which ignores a properties that do not match a given json mask. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.ObjectMatter`1.#ctor(ZiZZi.IMatter{System.Object},System.Type,System.Int32)"> | ||
| <member name="T:ZiZZi.Matter.JSON.MaskedValueList`1"> | ||
| <summary> | ||
| Expands a ZiZZi object into a real object. | ||
| Matter which ignores a properties that do not match a given json mask. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Object.ObjectMatter"> | ||
| <member name="M:ZiZZi.Matter.JSON.MaskedValueList`1.#ctor(ZiZZi.IMatter{`0},Newtonsoft.Json.Linq.JToken)"> | ||
| <summary> | ||
| Expands a ZiZZi object into a real object. | ||
| Matter which ignores a properties that do not match a given json mask. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Object.ObjectMatter.Fill``1(``0)"> | ||
| <member name="T:ZiZZi.Matter.JSON.MatterOrigin"> | ||
| <summary> | ||
| Expands a ZiZZi object into a real object. | ||
| Delivers matter of given contentype which is rooted in the given JToken. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JSON.BytesAsToken"> | ||
| <member name="M:ZiZZi.Matter.JSON.MatterOrigin.#ctor(ZiZZi.Matter.JSON.BytesAsToken)"> | ||
| <summary> | ||
| Makes JValue content from bnytes to print into json. | ||
| Delivers matter of given contentype which is rooted in the given JToken. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.BytesAsToken.#ctor"> | ||
| <member name="T:ZiZZi.Matter.JsonMatter"> | ||
| <summary> | ||
| Makes JValue content from bnytes to print into json. | ||
| JSON matter. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JSON.Case"> | ||
| <member name="M:ZiZZi.Matter.JsonMatter.#ctor"> | ||
| <summary> | ||
| Use with swapswitch to swap if given type is matched. | ||
| JSON matter. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.Case.#ctor(System.String,System.Func{System.Byte[],Newtonsoft.Json.Linq.JValue})"> | ||
| <member name="T:ZiZZi.Matter.ListGuard`1"> | ||
| <summary> | ||
| Use with swapswitch to swap if given type is matched. | ||
| Asserts that new blocks are placed using the correct item name, | ||
| with which the array was defined. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.Case._(System.String,System.Func{System.Byte[],Newtonsoft.Json.Linq.JValue})"> | ||
| <member name="M:ZiZZi.Matter.ListGuard`1.#ctor(ZiZZi.IMatter{`0},System.String,System.Boolean)"> | ||
| <summary> | ||
| Use with swapswitch to swap if given type is matched. | ||
| Asserts that new blocks are placed using the correct item name, | ||
| with which the array was defined. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JSON.JsonBlock"> | ||
| <member name="T:ZiZZi.Matter.Validated.Logging`1"> | ||
| <summary> | ||
| A json block. It can contain properties, arrays and other blocks. | ||
| Media which logs its actions to the given function. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JSON.JsonBlockArray"> | ||
| <member name="M:ZiZZi.Matter.Validated.Logging`1.#ctor(ZiZZi.IMatter{`0},ZiZZi.Matter.JSON.BytesAsToken,System.Action{System.String})"> | ||
| <summary> | ||
| Array of blocks which can contain more attributes and sub blocks. | ||
| Media which logs its actions to the given function. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.JsonBlockArray.#ctor(Tonga.ISwap{System.String,Newtonsoft.Json.Linq.JContainer,System.String,ZiZZi.IMatter{Newtonsoft.Json.Linq.JContainer}},Newtonsoft.Json.Linq.JContainer,System.String)"> | ||
| <member name="T:ZiZZi.Matter.MatterEnvelope`1"> | ||
| <summary> | ||
| Array of blocks which can contain more attributes and sub blocks. | ||
| Envelope for matters. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.JsonBlockArray.Open(System.String,System.String)"> | ||
| <member name="M:ZiZZi.Matter.MatterEnvelope`1.#ctor(System.Func{ZiZZi.IMatter{`0}})"> | ||
| <summary> | ||
| Opens a block inside the array. Block name must always be the same. | ||
| Envelope for matters. | ||
| </summary> | ||
| <param name="contentType"></param> | ||
| <param name="name"></param> | ||
| <returns></returns> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JSON.JsonValueArray"> | ||
| <member name="T:ZiZZi.Matter.NameGuard`1"> | ||
| <summary> | ||
| Simple value array of items. | ||
| When opening a new matter that has no name, that matter's name will be the given one. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.JsonValueArray.#ctor(Tonga.ISwap{System.String,System.Byte[],Newtonsoft.Json.Linq.JToken},Newtonsoft.Json.Linq.JContainer,System.String)"> | ||
| <member name="M:ZiZZi.Matter.NameGuard`1.#ctor(System.String,ZiZZi.IMatter{`0})"> | ||
| <summary> | ||
| Simple value array of items. | ||
| When opening a new matter that has no name, that matter's name will be the given one. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JSON.MatterOrigin"> | ||
| <member name="T:ZiZZi.Matter.NoContent`1"> | ||
| <summary> | ||
| Delivers matter of given contentype which is rooted in the given JToken. | ||
| Matter which rejects content dlivery. | ||
| Handy when using a matter for building which does not match | ||
| the final TResult type. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JSON.MatterOrigin.#ctor(ZiZZi.Matter.JSON.BytesAsToken)"> | ||
| <member name="M:ZiZZi.Matter.NoContent`1.#ctor(ZiZZi.IMatter{`0})"> | ||
| <summary> | ||
| Delivers matter of given contentype which is rooted in the given JToken. | ||
| Matter which rejects content dlivery. | ||
| Handy when using a matter for building which does not match | ||
| the final TResult type. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.JsonMatter"> | ||
| <member name="T:ZiZZi.Matter.Object.MaskedMatter`1"> | ||
| <summary> | ||
| JSON matter. | ||
| Processes only the contents which are included in the | ||
| given JSON mask. | ||
| </summary> | ||
| <typeparam name="TResult"></typeparam> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.JsonMatter.#ctor"> | ||
| <member name="T:ZiZZi.Matter.Object.ObjectMatter`1"> | ||
| <summary> | ||
| JSON matter. | ||
| Expands a ZiZZi object into a real object. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.ListGuard`1"> | ||
| <member name="M:ZiZZi.Matter.Object.ObjectMatter`1.#ctor(`0)"> | ||
| <summary> | ||
| Asserts that new blocks are placed using the correct item name, | ||
| with which the array was defined. | ||
| Expands a ZiZZi object into a real object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.ListGuard`1.#ctor(ZiZZi.IMatter{`0},System.String,System.Boolean)"> | ||
| <member name="M:ZiZZi.Matter.Object.ObjectMatter`1.#ctor(ZiZZi.IMatter{Newtonsoft.Json.Linq.JContainer},`0,System.Int32)"> | ||
| <summary> | ||
| Asserts that new blocks are placed using the correct item name, | ||
| with which the array was defined. | ||
| Expands a ZiZZi object into a real object. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.Validated.Logging`1"> | ||
| <member name="T:ZiZZi.Matter.Object.ObjectMatter"> | ||
| <summary> | ||
| Media which logs its actions to the given function. | ||
| Expands a ZiZZi object into a real object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.Validated.Logging`1.#ctor(ZiZZi.IMatter{`0},ZiZZi.Matter.JSON.BytesAsToken,System.Action{System.String})"> | ||
| <member name="M:ZiZZi.Matter.Object.ObjectMatter.Fill``1(``0)"> | ||
| <summary> | ||
| Media which logs its actions to the given function. | ||
| Expands a ZiZZi object into a real object. | ||
| </summary> | ||
| </member> | ||
| <member name="T:ZiZZi.Matter.NameGuard`1"> | ||
| <member name="T:ZiZZi.Matter.Ternary`1"> | ||
| <summary> | ||
| When opening a new matter that has no name, that matter's name will be the given one. | ||
| Ternary matter based on condition. | ||
| </summary> | ||
| </member> | ||
| <member name="M:ZiZZi.Matter.NameGuard`1.#ctor(System.String,ZiZZi.IMatter{`0})"> | ||
| <member name="M:ZiZZi.Matter.Ternary`1.#ctor(System.Func{System.Boolean},System.Func{ZiZZi.IMatter{`0}},System.Func{ZiZZi.IMatter{`0}})"> | ||
| <summary> | ||
| When opening a new matter that has no name, that matter's name will be the given one. | ||
| Ternary matter based on condition. | ||
| </summary> | ||
@@ -347,0 +348,0 @@ </member> |
+2
-2
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>ZiZZi</id> | ||
| <version>0.3.0</version> | ||
| <version>0.3.1</version> | ||
| <authors>Miro Tunk</authors> | ||
@@ -16,3 +16,3 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <tags>data structures, xml, json, intermediate, oop, cactoos</tags> | ||
| <repository type="git" url="https://github.com/Meerownymous/Tonga.git" commit="440c96f183f320106c78243e1ca108b6376d9dd7" /> | ||
| <repository type="git" url="https://github.com/Meerownymous/Tonga.git" commit="5bf093efc317d803bf99b1236eb7c80b5842ce75" /> | ||
| <dependencies> | ||
@@ -19,0 +19,0 @@ <group targetFramework="net7.0"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet