public class ProfileIdLookup extends java.lang.Object implements ContextDataLookupFunction<ProfileRequestContext,java.lang.String>
ContextDataLookupFunction that returns the profile ID for a ProfileRequestContext.| Constructor and Description |
|---|
ProfileIdLookup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
apply(ProfileRequestContext input) |
@Nullable
public java.lang.String apply(@Nullable
ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,java.lang.String>