org.jboss.xb.binding.sunday.unmarshalling
Interface ValueAdapter


public interface ValueAdapter

Version:
$Revision: 1.2 $
Author:
Alexey Loubyansky

Field Summary
static ValueAdapter NOOP
           
 
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
 

Field Detail

NOOP

static final ValueAdapter NOOP
Method Detail

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.