Class ValueLoaderFactory


  • public class ValueLoaderFactory
    extends java.lang.Object
    Loads string values onto a target object.
    Author:
    Daniel Sagenschneider
    • Field Detail

      • targetObjectType

        protected final java.lang.Class<?> targetObjectType
        Class of the target object.
    • Constructor Detail

      • ValueLoaderFactory

        public ValueLoaderFactory​(TranslatorRegistry translatorRegistry,
                                  java.lang.Class<?> targetObjectType)
        Initiate the value loader.
        Parameters:
        translatorRegistry - Registry of translators.
        targetObjectType - Class of the target object.