T - public class InjectIntrospectorAdapter<T> extends java.lang.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
|
java.lang.Object |
injectable(AtmosphereResource resource)
Returns an instance of the T
|
void |
introspectField(java.lang.Class clazz,
java.lang.reflect.Field f)
Introspect the field
|
void |
introspectMethod(java.lang.reflect.Method m,
java.lang.Object instance)
Introspect the method
|
boolean |
supportedType(java.lang.reflect.Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(java.lang.reflect.Type t)
InjectablesupportedType in interface Injectablet - the fieldpublic void introspectField(java.lang.Class clazz,
java.lang.reflect.Field f)
InjectIntrospectorintrospectField in interface InjectIntrospectorf - the fieldpublic void introspectMethod(java.lang.reflect.Method m,
java.lang.Object instance)
InjectIntrospectorintrospectMethod in interface InjectIntrospectorm - the methodinstance - the object to invoke the method onpublic java.lang.Object injectable(AtmosphereResource resource)
InjectIntrospectorinjectable in interface InjectIntrospectorresource - the AtmosphereResourcepublic T injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectableconfig - the AtmosphereConfigCopyright © 2022. All Rights Reserved.