Interface StructuredConfigProperties

All Known Implementing Classes:
EmptyStructuredConfigProperties

public interface StructuredConfigProperties
An interface for accessing structured configuration data.

An instance of StructuredConfigProperties 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.