Package org.apache.abdera.i18n.templates
Class ObjectContext
- java.lang.Object
-
- org.apache.abdera.i18n.templates.AbstractContext
-
- org.apache.abdera.i18n.templates.CachingContext
-
- org.apache.abdera.i18n.templates.ObjectContext
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Context
@Deprecated public final class ObjectContext extends CachingContext
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectContext(Object object)Deprecated.ObjectContext(Object object, boolean isiri)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.inthashCode()Deprecated.Iterator<String>iterator()Deprecated.-
Methods inherited from class org.apache.abdera.i18n.templates.CachingContext
clear, resolve
-
Methods inherited from class org.apache.abdera.i18n.templates.AbstractContext
isIri, isNormalizing, setIri, setNormalizing
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-