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