Class AbstractParseHandler<T>

    • Field Detail

      • object

        private final T object
        Object to initialize.
    • Constructor Detail

      • AbstractParseHandler

        public AbstractParseHandler​(T t)
        Creates a new abstract parse handler.
        Parameters:
        t - object to initialize
    • Method Detail

      • getObject

        public T getObject()
        Returns the object.
        Returns:
        object