Java org.springframework.boot.context.properties PropertyMapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.context.properties PropertyMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.context.properties PropertyMapper.

The text is from its open source code.

Method

Sourcefrom(Supplier supplier)
Return a new Source from the specified value supplier that can be used to perform the mapping.
Sourcefrom(T value)
Return a new Source from the specified value that can be used to perform the mapping.
PropertyMapperget()
Return the property mapper.