Search Results for

    Show / Hide Table of Contents

    Interface IMightBeAHoconObject

    Marker interface to make it easier to retrieve HOCON (Human-Optimized Config Object Notation) objects for substitutions.

    Namespace: Akka.Configuration.Hocon
    Assembly: Akka.dll
    Syntax
    public interface IMightBeAHoconObject

    Methods

    | Edit this page View Source

    GetObject()

    Retrieves the HOCON object representation of this element.

    Declaration
    HoconObject GetObject()
    Returns
    Type Description
    HoconObject

    The HOCON object representation of this element.

    | Edit this page View Source

    IsObject()

    Determines whether this element is a HOCON object.

    Declaration
    bool IsObject()
    Returns
    Type Description
    bool

    true if this element is a HOCON object; otherwise false

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET