Class BindingsConfig.PropertyConverter<T extends javafx.beans.property.Property<?>, K>

java.lang.Object
com.imyeyu.config.BaseConverter<T,Object>
com.imyeyu.fx.config.BindingsConfig.PropertyConverter<T,K>
Enclosing class:
BindingsConfig

public abstract static class BindingsConfig.PropertyConverter<T extends javafx.beans.property.Property<?>, K> extends com.imyeyu.config.BaseConverter<T,Object>
Since:
2021-10-26 10:27
Version:
2024-04-14 09:30
Author:
夜雨
  • Constructor Details

    • PropertyConverter

      public PropertyConverter()
  • Method Details

    • serialize

      protected K serialize(Field field, T t)
      Specified by:
      serialize in class com.imyeyu.config.BaseConverter<T extends javafx.beans.property.Property<?>, Object>