Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Custom object deserialization #2

Open
InsanusMokrassar opened this issue Mar 23, 2020 · 0 comments
Open

Custom object deserialization #2

InsanusMokrassar opened this issue Mar 23, 2020 · 0 comments

Comments

@InsanusMokrassar
Copy link
Owner

In case when custom object (object, instantiated inside list directly, for example) nad which is absent in the root of config will not be instantiated. Example of configuration:

{
    "customControllerName": [
        "some.path.to.controller",
        {
            "service": [
                "some.path.to.service",
                {
                    ...
                }
            ]
        }
    ]
}

On the line "some.path.to.service" will be thrown exception in case if in a property set up an interface

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant