Class FieldTarget

  • All Implemented Interfaces:
    Target

    public class FieldTarget
    extends java.lang.Object
    implements Target
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log log  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldTarget​(java.lang.Object targetObject, java.lang.reflect.Field targetField)  
      FieldTarget​(java.lang.Object targetObject, java.lang.String fieldName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • log

        protected static org.apache.commons.logging.Log log
    • Constructor Detail

      • FieldTarget

        public FieldTarget​(java.lang.Object targetObject,
                           java.lang.reflect.Field targetField)
      • FieldTarget

        public FieldTarget​(java.lang.Object targetObject,
                           java.lang.String fieldName)
                    throws java.lang.NoSuchFieldException
        Throws:
        java.lang.NoSuchFieldException
    • Method Detail

      • set

        public void set​(java.lang.Object value)
                 throws org.xml.sax.SAXException
        Specified by:
        set in interface Target
        Throws:
        org.xml.sax.SAXException