Class POJODefinition.Prop

  • Enclosing class:
    POJODefinition

    public static final class POJODefinition.Prop
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.reflect.Field field  
      java.lang.reflect.Method getter  
      java.lang.reflect.Method isGetter  
      java.lang.String name  
      java.lang.reflect.Method setter  
    • Constructor Summary

      Constructors 
      Constructor Description
      Prop​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasSetter()  
      • Methods inherited from class java.lang.Object

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

      • name

        public final java.lang.String name
      • setter

        public java.lang.reflect.Method setter
      • getter

        public java.lang.reflect.Method getter
      • isGetter

        public java.lang.reflect.Method isGetter
      • field

        public java.lang.reflect.Field field
    • Constructor Detail

      • Prop

        public Prop​(java.lang.String name)
    • Method Detail

      • hasSetter

        public boolean hasSetter()