public interface IBindingsBacked
Structural interface with only getter/setter methods can extend this interface and provide default
implementations of its methods and implement a compile-time proxy API to avoid the overhead runtime proxy
generation.
See the JsonStructureType.| Modifier and Type | Method and Description |
|---|---|
Bindings |
getBindings()
The
Bindings object used to store name/value pairs corresponding with getter/setter methods. |
Copyright © 2020. All rights reserved.