Uses of Class
jaxx.runtime.JAXXContextEntryDef

Packages that use JAXXContextEntryDef
jaxx.runtime   
 

Uses of JAXXContextEntryDef in jaxx.runtime
 

Fields in jaxx.runtime declared as JAXXContextEntryDef
protected static JAXXContextEntryDef<JAXXContext> DefaultJAXXContext.PARENT_CONTEXT_ENTRY
           
 

Fields in jaxx.runtime with type parameters of type JAXXContextEntryDef
protected  java.util.Map<JAXXContextEntryDef,java.lang.Object> DefaultJAXXContext.data
          les donnĂ©es contenues dans le context
 

Methods in jaxx.runtime that return JAXXContextEntryDef
protected  JAXXContextEntryDef<?> DefaultJAXXContext.getKey(java.lang.String name, java.lang.Class<?> klass)
           
static
<O> JAXXContextEntryDef<O>
JAXXContextEntryDef.newDef(java.lang.Class<O> klass)
           
static
<O> JAXXContextEntryDef<O>
JAXXContextEntryDef.newDef(java.lang.String name, java.lang.Class<O> klass)
           
static
<O> JAXXContextEntryDef<java.util.List<O>>
JAXXContextEntryDef.newListDef()
           
static
<O> JAXXContextEntryDef<java.util.List<O>>
JAXXContextEntryDef.newListDef(java.lang.String name)
           
 

Methods in jaxx.runtime with parameters of type JAXXContextEntryDef
static
<T> T
Util.checkJAXXContextEntry(JAXXContext context, JAXXContextEntryDef<T> def)
          Test if a type of entry exists in a given context and throw an IllegalArgumentException if not found.
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.