Class ConfigLoader


  • public class ConfigLoader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> @NonNull T load​(@NonNull NodeContext context, @NonNull java.util.Map<?,​?> data, @Nullable java.lang.Object callbackArgument)  
      • Methods inherited from class java.lang.Object

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

      • ConfigLoader

        public ConfigLoader()
    • Method Detail

      • load

        public <T> @NonNull T load​(@NonNull NodeContext context,
                                   @NonNull java.util.Map<?,​?> data,
                                   @Nullable java.lang.Object callbackArgument)