Class Selector.Deserializer

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<Selector>
    Enclosing class:
    Selector

    public static class Selector.Deserializer
    extends java.lang.Object
    implements com.google.gson.JsonDeserializer<Selector>
    • Constructor Summary

      Constructors 
      Constructor Description
      Deserializer()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Selector deserialize​(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)  
      (package private) static ICondition getCondition​(com.google.gson.JsonObject p_188158_0_)  
      private static ICondition getKeyValueCondition​(java.util.Map.Entry<java.lang.String,​com.google.gson.JsonElement> p_188161_0_)  
      private ICondition getSelector​(com.google.gson.JsonObject p_188159_1_)  
      • Methods inherited from class java.lang.Object

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

      • Deserializer

        public Deserializer()
    • Method Detail

      • deserialize

        public Selector deserialize​(com.google.gson.JsonElement p_deserialize_1_,
                                    java.lang.reflect.Type p_deserialize_2_,
                                    com.google.gson.JsonDeserializationContext p_deserialize_3_)
                             throws com.google.gson.JsonParseException
        Specified by:
        deserialize in interface com.google.gson.JsonDeserializer<Selector>
        Throws:
        com.google.gson.JsonParseException
      • getSelector

        private ICondition getSelector​(com.google.gson.JsonObject p_188159_1_)
      • getCondition

        static ICondition getCondition​(com.google.gson.JsonObject p_188158_0_)
      • getKeyValueCondition

        private static ICondition getKeyValueCondition​(java.util.Map.Entry<java.lang.String,​com.google.gson.JsonElement> p_188161_0_)