Class PreferenceFactory


  • public class PreferenceFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Preference fromAttributes​(ConfiguredObject<?> associatedObject, java.util.Map<java.lang.String,​java.lang.Object> attributes)  
      • Methods inherited from class java.lang.Object

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

      • PreferenceFactory

        public PreferenceFactory()
    • Method Detail

      • fromAttributes

        public static Preference fromAttributes​(ConfiguredObject<?> associatedObject,
                                                java.util.Map<java.lang.String,​java.lang.Object> attributes)