org.springframework.boot.context.properties

Interface PropertyMapper.SourceOperator

  • Enclosing class:
    PropertyMapper
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public static interface PropertyMapper.SourceOperator
    An operation that can be applied to a PropertyMapper.Source.
    • Method Detail

      • apply

        <T> PropertyMapper.Source<T> apply(PropertyMapper.Source<T> source)
        Apply the operation to the given source.
        Type Parameters:
        T - the source type
        Parameters:
        source - the source to operate on
        Returns:
        the updated source

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