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 ArgumentFactory
public Argument build(Class expectedType, Object value, StatementContext ctx)
build
in interface ArgumentFactory
public static boolean canAccept(Class expectedType)
Copyright © 2018. All rights reserved.