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 |
|---|---|
default String |
display() |
manifold.rt.api.Bindings |
getBindings()
The
Bindings object used to store name/value pairs corresponding with getter/setter methods. |
manifold.rt.api.Bindings getBindings()
Bindings object used to store name/value pairs corresponding with getter/setter methods.default String display()
Copyright © 2024. All rights reserved.