@RequestScoped(value=PathParam.class) public class PathParamIntrospector extends InjectIntrospectorAdapter<java.lang.String>
PathParam injection support.InjectIntrospector.WHEN| Modifier and Type | Field and Description |
|---|---|
protected java.lang.ThreadLocal<java.lang.String> |
pathLocal |
| Constructor and Description |
|---|
PathParamIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
injectable(AtmosphereResource r)
Returns an instance of the T
|
void |
introspectField(java.lang.Class clazz,
java.lang.reflect.Field f)
Introspect the field
|
boolean |
supportedType(java.lang.reflect.Type t)
Return true if this class support injection of this type.
|
injectable, introspectMethodpublic boolean supportedType(java.lang.reflect.Type t)
InjectablesupportedType in interface InjectablesupportedType in class InjectIntrospectorAdapter<java.lang.String>t - the fieldpublic java.lang.String injectable(AtmosphereResource r)
InjectIntrospectorinjectable in interface InjectIntrospectorinjectable in class InjectIntrospectorAdapter<java.lang.String>r - the AtmosphereResourcepublic void introspectField(java.lang.Class clazz,
java.lang.reflect.Field f)
InjectIntrospectorintrospectField in interface InjectIntrospectorintrospectField in class InjectIntrospectorAdapter<java.lang.String>f - the fieldCopyright © 2021. All Rights Reserved.