Interface DeclarativeConfigProperties


public interface DeclarativeConfigProperties
An interface for accessing declarative configuration data.

An instance of DeclarativeConfigProperties is equivalent to a YAML mapping node. It has accessors for reading scalar properties, getStructured(String) for reading children which are themselves mappings, and getStructuredList(String) for reading children which are sequences of mappings.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.