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 java.lang.Object implements CustomContext
An Object container.
-
-
Constructor Summary
Constructors Constructor Description ObjectContext(T t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
-