Class JavaMapper


  • public class JavaMapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Document doc)  
      private java.lang.String[] getNames​(java.lang.reflect.Method m)  
      private java.lang.reflect.Method locateTextHandler​(java.util.Set<java.lang.reflect.Method> methods)  
      JavaMapper setHandler​(java.lang.Object handler)  
      • Methods inherited from class java.lang.Object

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

      • handlers

        private java.util.Map<java.lang.String,​INodeHandler> handlers
    • Constructor Detail

      • JavaMapper

        public JavaMapper()
    • Method Detail

      • setHandler

        public JavaMapper setHandler​(java.lang.Object handler)
      • getNames

        private java.lang.String[] getNames​(java.lang.reflect.Method m)
      • locateTextHandler

        private java.lang.reflect.Method locateTextHandler​(java.util.Set<java.lang.reflect.Method> methods)
      • apply

        public void apply​(Document doc)