Class MethodObject<T>

    • Constructor Detail

      • MethodObject

        public MethodObject​(org.w3c.dom.Element element,
                            SimpleMethod simpleMethod)
    • Method Detail

      • getObject

        public abstract T getObject​(MethodContext methodContext)
        Get the Object value
      • getTypeClass

        public abstract java.lang.Class<T> getTypeClass​(MethodContext methodContext)
                                                 throws java.lang.ClassNotFoundException
        Get the Class for the type of the object
        Throws:
        java.lang.ClassNotFoundException
      • getTypeName

        public abstract java.lang.String getTypeName()
        Get the name for the type of the object