Package jaxx.runtime.context
Class DataContext.DataContextEntry<E>
- java.lang.Object
-
- jaxx.runtime.context.DataContext.DataContextEntry<E>
-
- All Implemented Interfaces:
Iterable<DataContext.DataContextEntry<?>>
- Enclosing class:
- DataContext
public abstract static class DataContext.DataContextEntry<E> extends Object implements Iterable<DataContext.DataContextEntry<?>>
-
-
Constructor Summary
Constructors Constructor Description DataContextEntry(Class<E> klass)DataContextEntry(Class<E> klass, DataContext.DataContextEntry<?> previous)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanacceptPath(String path)booleanacceptType(Class<?> type)abstract StringgetContextPath(Object... args)Class<E>getKlass()intgetLevel()DataContext.DataContextEntry<?>[]getParents()abstract PatterngetPattern()Iterator<DataContext.DataContextEntry<?>>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
DataContextEntry
public DataContextEntry(Class<E> klass, DataContext.DataContextEntry<?> previous)
-
-
Method Detail
-
getLevel
public int getLevel()
-
getParents
public DataContext.DataContextEntry<?>[] getParents()
-
getPattern
public abstract Pattern getPattern()
-
acceptPath
public boolean acceptPath(String path)
-
acceptType
public boolean acceptType(Class<?> type)
-
iterator
public Iterator<DataContext.DataContextEntry<?>> iterator()
-
-