Package manifold.ext.rt.api
Interface IBindingsBacked
-
public interface IBindingsBackedAStructuralinterface 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 theJsonStructureType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stringdisplay()manifold.rt.api.BindingsgetBindings()TheBindingsobject used to store name/value pairs corresponding with getter/setter methods.
-
-
-
Method Detail
-
getBindings
manifold.rt.api.Bindings getBindings()
TheBindingsobject used to store name/value pairs corresponding with getter/setter methods.
-
display
default String display()
-
-