Class AnnotatedMethod.Serialization

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AnnotatedMethod

    private static final class AnnotatedMethod.Serialization
    extends java.lang.Object
    implements java.io.Serializable
    Helper class that is used as the workaround to persist Field references. It basically just stores declaring class and field name.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Class<?>[] args  
      protected java.lang.Class<?> clazz  
      protected java.lang.String name  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      Serialization​(java.lang.reflect.Method setter)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • clazz

        protected java.lang.Class<?> clazz
      • name

        protected java.lang.String name
      • args

        protected java.lang.Class<?>[] args
    • Constructor Detail

      • Serialization

        public Serialization​(java.lang.reflect.Method setter)