| Package | Description |
|---|---|
| com.exsoinn.util.epf |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableContext
Created by QuijadaJ on 5/24/2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableJsonContext
Created by QuijadaJ on 5/24/2017.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.entryFromArray(int pIdx)
If the underlying data is array-like, will retrieve entry at index
pIdx |
Context |
SearchResult.firstResult() |
Context |
SearchResult.get(Object pKey) |
Context |
UnexpectedArrayNodeException.getContext() |
Context |
IncompatibleSearchPathException.getContext() |
Context |
Context.memberValue(String pMemberName)
To be used only when the underlying data is complex, returns the value of the specified
pMemberName |
static Context |
ContextFactory.obtainContext(Object pData)
Factory method which will attempt to return a
Context by inspecting the passed in pData. |
Context |
SearchResult.put(String pKey,
Context pValue) |
Context |
SearchResult.remove(Object pKey) |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
Context.asArray()
|
Set<Map.Entry<String,Context>> |
SearchResult.entrySet() |
Set<Map.Entry<String,Context>> |
Context.entrySet()
To be used only when the underlying data is complex, returns a
Set of Map.Entrys
to represent the name/value pairs contained int he complex data structure. |
Collection<Context> |
SearchResult.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableJsonContext.addEntryToArray(Context pEntry) |
void |
MutableContext.addEntryToArray(Context pEntry) |
void |
MutableJsonContext.addMember(String pName,
Context pContext) |
void |
MutableContext.addMember(String pName,
Context pContext) |
Context |
SearchResult.put(String pKey,
Context pValue) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResult |
SearchResult.createSearchResult(Map<String,Context> pResult) |
void |
SearchResult.putAll(Map<? extends String,? extends Context> pMap) |
static String |
Utilities.toDelimitedString(List<Context> pCtxList)
Converts the passed in pCtxList to a
Utilities.MULTI_VAL_DELIM delimited String. |
| Constructor and Description |
|---|
IncompatibleSearchPathException(SearchPath pSearchPath,
String pNode,
Context pCtx) |
UnexpectedArrayNodeException(SearchPath pSearchPath,
String pNode,
Context pCtx) |
Copyright © 2019. All rights reserved.