Class AbstractJsonFactoryTest.Animal

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      int numberOfLegs  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Animal()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • numberOfLegs

        public int numberOfLegs
      • type

        public java.lang.String type
    • Constructor Detail

      • Animal

        public Animal()