Interface IConfigConverter


  • public interface IConfigConverter
    • Method Detail

      • deserializeNodeWithFieldAndObject

        ConfigNode<?> deserializeNodeWithFieldAndObject​(ConfigNode<?> parentNode,
                                                        java.lang.String key,
                                                        java.lang.Object object,
                                                        IFieldData fieldData)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • serializeNodeToObject

        java.lang.Object serializeNodeToObject​(ConfigNode<?> node)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • serializeValueToYamlObject

        java.lang.Object serializeValueToYamlObject​(java.lang.Object value)
                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • supports

        boolean supports​(java.lang.Class<?> type)
      • getFieldDisplay

        java.lang.String getFieldDisplay​(ConfigNode<?> node)