org.springframework.boot.yaml

Interface YamlProcessor.MatchCallback

  • Enclosing class:
    YamlProcessor


    public static interface YamlProcessor.MatchCallback
    Callback interface used to process properties in a resulting map.
    • Method Detail

      • process

        void process(Properties properties,
                   Map<String,Object> map)
        Process the properties.
        Parameters:
        properties - the properties to process
        map - a mutable result map

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.