Example usage for Java org.springframework.boot.context.properties PropertyMapper fields, constructors, methods, implement or subclass
The text is from its open source code.
Source | from(Supplier Return a new Source from the specified value supplier that can be used to perform the mapping. |
Source | from(T value) Return a new Source from the specified value that can be used to perform the mapping. |
PropertyMapper | get() Return the property mapper. |