T - public class InjectIntrospectorAdapter<T> extends Object implements InjectIntrospector
InjectIntrospectorInjectIntrospector.WHEN| Constructor and Description |
|---|
InjectIntrospectorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
T |
injectable(AtmosphereConfig config)
Returns an instance of the T
|
Object |
injectable(AtmosphereResource resource)
Returns an instance of the T
|
void |
introspectField(Class clazz,
Field f)
Introspect the field
|
void |
introspectMethod(Method m,
Object instance)
Introspect the method
|
boolean |
supportedType(Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(Type t)
InjectablesupportedType in interface Injectablet - the fieldpublic void introspectField(Class clazz, Field f)
InjectIntrospectorintrospectField in interface InjectIntrospectorf - the fieldpublic void introspectMethod(Method m, Object instance)
InjectIntrospectorintrospectMethod in interface InjectIntrospectorm - the methodinstance - the object to invoke the method onpublic Object injectable(AtmosphereResource resource)
InjectIntrospectorinjectable in interface InjectIntrospectorresource - the AtmosphereResourcepublic T injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectableconfig - the AtmosphereConfigCopyright © 2016. All rights reserved.