Class ObjectContext<T>

java.lang.Object
com.itextpdf.tool.xml.pipeline.ctx.ObjectContext<T>
Type Parameters:
T - the type of object.
All Implemented Interfaces:
CustomContext

public class ObjectContext<T> extends Object implements CustomContext
An Object container.
  • Field Details

    • obj

      private T obj
  • Constructor Details

    • ObjectContext

      public ObjectContext(T t)
      Parameters:
      t - the Object to contain
  • Method Details

    • get

      public T get()
      Returns:
      the contained object