public final class BuiltInArgumentFactory extends Object implements ArgumentFactory
| Modifier and Type | Method and Description | 
|---|---|
| boolean | accepts(Class expectedType,
       Object value,
       StatementContext ctx) | 
| Argument | build(Class expectedType,
     Object value,
     StatementContext ctx) | 
| static boolean | canAccept(Class expectedType) | 
public boolean accepts(Class expectedType, Object value, StatementContext ctx)
accepts in interface ArgumentFactorypublic Argument build(Class expectedType, Object value, StatementContext ctx)
build in interface ArgumentFactorypublic static boolean canAccept(Class expectedType)
Copyright © 2018. All rights reserved.