Class VODataNodeBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataNode buildNode​(java.lang.Object obj)
      Builds a DataNode from a given object.
      boolean suitable​(java.lang.Class objClass)
      Determine whether this builder can be used to work on an object of a given class.
      • Methods inherited from class java.lang.Object

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

      • VODataNodeBuilder

        public VODataNodeBuilder()
    • Method Detail

      • suitable

        public boolean suitable​(java.lang.Class objClass)
        Description copied from class: DataNodeBuilder
        Determine whether this builder can be used to work on an object of a given class.
        Specified by:
        suitable in class DataNodeBuilder
        Parameters:
        objClass - the class of an object which might be passed as the argument of buildNode
        Returns:
        whether it's OK to do that