public static class UnmarshalHandler.ArrayHandler extends Object
Modifier and Type | Method and Description |
---|---|
void |
addObject(Object obj)
Adds the given object to the underlying array.
|
Class<?> |
componentType()
Returns the component type handled by this class.
|
Object |
getObject()
Returns the data handled by this class as an array.
|
public void addObject(Object obj)
obj
- The object to be added to the underlying array.public Object getObject()
public Class<?> componentType()
Copyright © 2024. All rights reserved.