public interface IBindingsBacked
Structural interface with only getter/setter methods can extend this interface and provide default
implementations of its methods and provide a static proxy(Bindings) method to avoid 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 gettter/setter methods. |
Copyright © 2019. All rights reserved.