Class BindingPropertyMap.Property<A,​T>

  • Enclosing class:
    BindingPropertyMap<A>

    public class BindingPropertyMap.Property<A,​T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Property​(java.lang.Class<T> type, java.util.function.BiConsumer<A,​T> setter, java.util.function.Function<java.lang.String,​T> converter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(A instance, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Property

        public Property​(java.lang.Class<T> type,
                        java.util.function.BiConsumer<A,​T> setter,
                        java.util.function.Function<java.lang.String,​T> converter)
    • Method Detail

      • set

        public void set​(A instance,
                        java.lang.Object value)