Interface IBindingsBacked


  • public interface IBindingsBacked
    A 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.

    • Method Detail

      • getBindings

        manifold.rt.api.Bindings getBindings()
        The Bindings object used to store name/value pairs corresponding with getter/setter methods.
      • display

        default String display()