Class ReflectiveSchemaTest.IntHolder

  • Enclosing class:
    ReflectiveSchemaTest

    public static class ReflectiveSchemaTest.IntHolder
    extends java.lang.Object
    Custom java class that holds just a single field.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntHolder​(int value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public final int value
    • Constructor Detail

      • IntHolder

        public IntHolder​(int value)