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

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

Introduction

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

The text is from its open source code.

Method

Bindable>mapOf(Class keyType, Class valueType)
Create a new Bindable Map of the specified key and value type.
BindableofInstance(T instance)
Create a new Bindable of the type of the specified instance with an existing value equal to the instance.