public abstract class BasePattern<O extends PatternOptions> extends BaseBinder2<O> implements Creator2<O>
| Constructor and Description |
|---|
BasePattern() |
| Modifier and Type | Method and Description |
|---|---|
abstract CreatorResult |
create(CreatorParams<O> params)
To be implemented by subclasses.
|
O |
createOptions(CreatorParams<O> params)
Binders can provide an options class that can be used to configure the environment
based on what is already there.
|
bind, canRebind, generateOptions, getSingleBindRootpublic abstract CreatorResult create(CreatorParams<O> params)
create in interface Creator2<O extends PatternOptions>params - See CreatorParams for listingpublic O createOptions(CreatorParams<O> params)
createOptions in interface Creator2<O extends PatternOptions>params - See CreatorParams for a complete list