public interface ValueAdapter
Modifier and Type | Field and Description |
---|---|
static ValueAdapter |
NOOP |
Modifier and Type | Method and Description |
---|---|
Object |
cast(Object o,
Class<?> c)
An implementation should make sure that an object past in as the first parameter
can be set as a value of a field that is of a type passed in as the second parameter
|
static final ValueAdapter NOOP
Copyright © 2014 JBoss by Red Hat. All rights reserved.