|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeMapping | |
|---|---|
| org.sca4j.introspection | |
| org.sca4j.introspection.contract | |
| Uses of TypeMapping in org.sca4j.introspection |
|---|
| Methods in org.sca4j.introspection that return TypeMapping | |
|---|---|
TypeMapping |
IntrospectionContext.getTypeMapping()
Returns the mappings from formal to actual types for the component being introspected. |
TypeMapping |
DefaultIntrospectionContext.getTypeMapping()
|
TypeMapping |
IntrospectionHelper.mapTypeParameters(java.lang.Class<?> type)
Map the formal parameters of a type, its superclass and superinterfaces to the actual parameters of the class. |
| Methods in org.sca4j.introspection with parameters of type TypeMapping | |
|---|---|
java.lang.reflect.Type |
IntrospectionHelper.getBaseType(java.lang.reflect.Type type,
TypeMapping typeMapping)
Returns the base type for the supplied type. |
org.sca4j.scdl.InjectableAttributeType |
IntrospectionHelper.inferType(java.lang.reflect.Type type,
TypeMapping typeMapping)
|
boolean |
IntrospectionHelper.isManyValued(TypeMapping typeMapping,
java.lang.reflect.Type type)
Returns true if the supplied type should be treated as many-valued. |
| Constructors in org.sca4j.introspection with parameters of type TypeMapping | |
|---|---|
DefaultIntrospectionContext(java.lang.ClassLoader targetClassLoader,
java.net.URL sourceBase,
java.lang.String targetNamespace,
java.net.URI contributionUri,
TypeMapping typeMapping)
|
|
DefaultIntrospectionContext(IntrospectionContext parentContext,
TypeMapping typeMapping)
Initializes from a parent context. |
|
| Uses of TypeMapping in org.sca4j.introspection.contract |
|---|
| Methods in org.sca4j.introspection.contract with parameters of type TypeMapping | |
|---|---|
org.sca4j.scdl.ServiceContract |
ContractProcessor.introspect(TypeMapping typeMapping,
java.lang.reflect.Type type,
org.sca4j.scdl.ValidationContext context)
Introspect a Java Type (e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||