org.jboss.xb.binding.sunday.unmarshalling
Interface ValueAdapter
public interface ValueAdapter
- Version:
- $Revision: 1.2 $
- Author:
- Alexey Loubyansky
Method Summary |
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 |
NOOP
static final ValueAdapter NOOP
cast
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
- Parameters:
o
- c
-
- Returns:
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.