public static class AppFinder.AppContextTransformer extends java.lang.Object implements AppFinder.Transformer<AppContext>
| Modifier and Type | Field and Description | 
|---|---|
| static AppFinder.Transformer<AppContext> | INSTANCE | 
| Constructor and Description | 
|---|
| AppContextTransformer() | 
| Modifier and Type | Method and Description | 
|---|---|
| AppContext | from(AppContext appCtx) | 
| AppContext | from(WebContext webCtx) | 
public static final AppFinder.Transformer<AppContext> INSTANCE
public AppContext from(AppContext appCtx)
from in interface AppFinder.Transformer<AppContext>public AppContext from(WebContext webCtx)
from in interface AppFinder.Transformer<AppContext>